Answer:
The mistake was minus sign before the 15 and putting 15x² instead of 15x³.
The correct answer is:
[tex]-5x^{2} (3x-4)\\ = -15x^{3} + 20x^{2}[/tex]
5(15-7y/3)+2y=-4
solve for y and plz show steps
Answer:
75 - 35y / 3 + 2y = -4
( 75 - 35y + 6y ) / 3 = -4 [ Taking LCM ]
( 75 - 29y ) / 3 = -4
75 - 29y = -12
29y = 75+12
29y = 87
y = 3
hope that helps ✌
Given that S=n/2(2a+(n-1)d). If a=4,d=3 and n=20 find the value of S
Answer:
s=650
Step-by-step explanation:
s=n/2(2a+(n-1)d)
s=20/2[2x4+(20-1)3]
s=20/2(2x4+19x3)
s=20/2(8+57)
s=20/2x65
s=10x65
s=650
Answer:
s=650
Step-by-step explanation:
Sum of 'n' terms formula is given by:-
s=n/2(2a+(n-1)d)
s=20/2[2x4+(20-1)3]
s=20/2(2x4+19x3)
s=20/2(8+57)
s=20/2x65
s=10x65
s=650
The sum of 30 terms of series in A.P, whose last term is 98, is 1635. Find the first term and the common difference.
Let a(n) denote the n-th term in the sequence. Because the terms are in arithmetic progression, there is a fixed number d that separates consecutive terms, so that starting with a(1) = a, the next few terms are
a(2) = a(1) + d = a + d
a(3) = a(2) + d = a + 2d
a(4) = a(3) + d = a + 3d
and so on, up to
a(n) = a + (n - 1) d
We're given that the 30th term is 98, so
a(30) = a + 29d = 98
The sum of the first 30 terms is 1635, so that
[tex]\displaystyle \sum_{n=1}^{30}a(n) = \sum_{n=1}^{30}(a+(n-1)d) \\\\ 1635 = a\sum_{n=1}^{30}1 + d\sum_{n=1}^{30}(n-1) \\\\ 1635 = 30a + d\sum_{n=0}^{29}n \\\\ 1635 = 30a + d\sum_{n=1}^{29}n \\\\ 1635 = 30a + \frac{d\times29\times30}2[/tex]
so that
30a + 435d = 1635
Solve the equations in boldface for a and d. I'll eliminate a and solve for d first.
-30 (a + 29d) + (30a + 435d) = -30 (98) + 1635
-30a - 870d + 30a + 435d = -2940 + 1635
-435d = -1305
d = 3
Then
a + 29 (3) = 98
a + 87 = 98
a = 11
what is the equation of the axis of symmetry do the quadratic function f(x) = -(x+4) (x-1)
9514 1404 393
Answer:
x = -3/2
Step-by-step explanation:
The zeros of the function are the values of x that make the factors zero:
x = -4, x = 1
The axis of symmetry is the vertical line halfway between these zeros.
x = (-4 +1)/2 = -3/2
The equation of the axis of symmetry is x = -3/2.
Simplify [2(5 – 4) + 6(7 – 3)] ÷ 2
I'LL MARK BRAINLY PLEASE HELP ME I'M STRUGGLING
Answer:
13
Step-by-step explanation:
[2×1+6×4]÷2
[2+24]÷2
26÷2
13
Provide a rule to describe the relationship between the number in the sequence
1,4,9,16
Answer:
add 3, add 5, add 3
Step-by-step explanation:
1, 4, 9, 12
add 3, add 5, add 3
Answer:
x^2
Step-by-step explanation:
1^2 = 1
2^2 = 4
3^2 = 9
4^2 = 16
And so on.
So, the rule is x^2.
These circles are:
A. tangent
B. congruent
C. congruent
D. none of these
Answer:
A. tangent
Step-by-step explanation:
Hi there!
Tangent circles are circles that intersect (or "touch") at exactly one point. These circles appear to have this characteristic.
I hope this helps!
Evaluate the piecewise function at the indicated values from the domain:
In this question, we given a piece-wise function, that has different definitions depending on the domain.
Evaluate the function at x = 0.
The exercise asks for us to evaluate the function at [tex]x = 0[/tex]
We have to look at the definition, and see which definition includes [tex]x = 0[/tex]. The equal sign at [tex]x = 0[/tex] is on the second definition, that is:
[tex]f(x) = 1, 0 \leq x < 2[/tex]
Thus, at [tex]x = 0[/tex], the value of the function is 1, and the correct answer is given by option A.
For another example of evaluation of a piece-wise function, you can check https://brainly.com/question/17966003
Yet another calculus question :)
Given [tex]y = x^3 - 2x[/tex] for [tex]x \geq 0[/tex], find the equation of the tangent line to y where the absolute value of the slope is minimized.
I have tried taking both the first and second derivatives and setting them equal to 0 and using that as the answer, but they're incorrect. Could somebody please explain how to complete the question correctly? Thank you so much!
Answer: y = (-4/3)*sqrt(2/3)
This is the same as writing [tex]y = -\frac{4}{3}\sqrt{\frac{2}{3}}[/tex]
============================================================
Explanation:
The phrasing "where the absolute value of the slope is minimized" is an interesting way of saying "the tangent slope is 0". This is because absolute values are never negative, so the smallest it can get is 0.
Your teacher has given you
y = x^3 - 2x
which differentiates into
dy/dx = 3x^2 - 2
after using the power rule
The derivative function lets us determine the slope of the tangent. The slope is the dy/dx value. Since we want a slope of 0, we'll set 3x^2-2 equal to zero and solve for x. So you have the correct idea, but you won't involve the second derivative.
dy/dx = 0
3x^2 - 2 = 0
3x^2 = 2
x^2 = 2/3
x = sqrt(2/3)
Notice how I'm ignoring the negative version of this root. This is due to the fact that [tex]x \ge 0[/tex]
-------------------------
Now plug this x value back into the original equation to find its corresponding y coordinate.
y = x^3 - 2x
y = x(x^2 - 2)
y = sqrt(2/3)*( 2/3 - 2 )
y = sqrt(2/3)*( -4/3 )
y = (-4/3)*sqrt(2/3)
Note that x = sqrt(2/3) leads to x^2 = 2/3 after squaring both sides.
-------------------------
Therefore, the equation of this tangent line is y = (-4/3)*sqrt(2/3)
All horizontal lines are of the form y = k, for some constant k. This constant value is basically what number you want the horizontal line to go through on the y axis. That number would be (-4/3)*sqrt(2/3).
I need help solving
simplify 4x^2-3xy+2xy+9x^2
Answer:
13x^2 - xy
Step-by-step explanation:
4x^2-3xy+2xy+9x^2
=13x^2-xy
What is the value of g?
Answer:
56 degrees
Step-by-step explanation:
1. Notice how g is part of a right angle, which equals 90 degrees.
2. Notice how the 34 degree angle on the other side is also part of a 90 angle.
3. Notice how the 2 right angles are vertical to each other, meaning they are the same.
4. Subtract 34 from 90.
5. g=56 degrees
Hope this helps!
-Stella
I think it would be 90 degrees. The g marking looks like it's taking up 2 angles. One of the angles is 34 degrees, because it's opposite to the one marked. Together they look like they form a 90 degree angle.
*It's kind of of hard to see if g is referring to both angle degrees or not.
31. Which choice describes the value of m when -5(m + 1) = 23?
А
B.
m 2-3
ms-
6 m2
D.ms-
Answer:
The correct choice is Option A. m ≥ -28/5
Step-by-step explanation:
If two lines represent the same line, then what is the nature of its solution?
Step-by-step explanation:
If a consistent system has exactly one solution, it is independent . If a consistent system has an infinite number of solutions, it is dependent . When you graph the equations, both equations represent the same line. If a system has no solution, it is said to be inconsistent .
Answer:
Infinite
Step-by-step explanation:
Solution between 2 lines is considered the point of their intersection. Now, since two lines are same (not only parallel but same), it tends to have infinite solutions.
Correct answer gets brainliest and 5 star
Answer:
d
Step-by-step explanation:
Answer:
option D
Step-by-step explanation:
the formula for slope is: y = mx + b
where m = slope & b = y intercept
so in y = -2x + 1,
m (slope) = -2 & b (y-int) = (0,1)
In an input/output table, all outputs are 0, regardless of the input. What could the function equation be? Select all that apply.
y = 0 x
y = x
y = x/0
y = 0/x
Answers:
choice A) y = 0x
choice D) y = 0/x
========================================================
Explanation:
Choice A is the same as y = 0 because 0x turns into 0. Multiplying 0 with any number always leads to 0.
Similarly, choice D is the same as y = 0 as well. Dividing 0 over any nonzero value leads to 0. Note the key term "nonzero" here. We cannot have 0 in the denominator. So x = 0 is not allowed for choice D.
So for any nonzero x, we have 0x and 0/x result in the same thing.
-----------
Extra info:
Choice B can be ruled out because something like x = 2 leads to y = 2.
Choice C is ruled out because we can never have 0 in the denominator.
14. What is the measure of angle wº? Show all work.
Answer:
100 degrees
Step-by-step explanation:
We can start by finding angle y, which is supplementary to 160.
180-160=20
angle y = 20 degrees.
With that, we can find angle w using the interior-exterior sangle theorem (or whatever name you use for it) which states that "the measure of an exterior angle of a triangle equals the sum of the measures of two remote interior angles". In other words:
angle w = angle y + 80
angle w = 20+80
angle w = 100.
The final answer is 100 degrees.
I hope this helped! :D
Answer:
Hello,
w=100
Step-by-step explanation:
y=180-160 (angles supplementaries)
y=20
w is a externel angle of the triangle is equal to the sum of non adjacents angles:
w=80+20=100
Find the 8th term of the geometric sequence 7,−21,63,
Answer:
8th term is -15309
Step-by-step explanation:
[tex]{ \boxed{ \bf{u_{n} = a( {r}^{n - 1} ) }}} \\ { \tt{u_{8} = 7( {( - 3)}^{8 - 1}) }} \\ { \tt{u_{8} = 7( - 2187)}} \\ { \tt{u _{8} = - 15309}}[/tex]
r is the common difference, r = -21/7 = -3
Answer:
a₈ = - 15309
Step-by-step explanation:
The nth term of a geometric sequence is
[tex]a_{n}[/tex] = a₁ [tex](r)^{n-1}[/tex]
where a₁ is the first term and r the common ratio
Here a₁ = 7 and r = [tex]\frac{a_{2} }{a_{1} }[/tex] = [tex]\frac{-21}{7}[/tex] = - 3 , then
a₈ = 7 × [tex](-3)^{7}[/tex] = 7 × - 2187 = - 15309
factor: 3x^(2)-16x+16
Answer:
[tex]3 {x}^{2} - 16x + 16 \\ 3 {x}^{2} - 12x - 4x + 16 \\ 3x(x - 4) - 4(x - 4) \\ (3x - 4)(x - 4)[/tex]
Step-by-step explanation:
I hope it helped U
stay safe stay happy
work out the values of a and b in the identity 5(7x + 8) + 3(2x + b) = ax+ 13
will give brainiest!!!
Answer:
a=41 b=-9
Step-by-step explanation:
By expanding the brackets on the left hand side of the equation you get,35x + 40 + 6x + 3b and by simplifying you get 41x + 40 + 3b.by comparing the x and constant terms on either side you find that a = 41, and3b + 40 = 13, rearranging b = -9.
Answer from Gauth math
Answer:
Hello,
Step-by-step explanation:
We are going to use identification of terms.
[tex]5(7x+8)+3(2x+b)=ax+13\\\\35x+40+6x+3b=ax+13\\\\41x+40+3b=ax+13\\\\\\\Longrightarrow \left\{\begin{array}{ccc}a&=&41\\3b+40&=&13\\\end{array}\right.\\\\\\\Longrightarrow \left\{\begin{array}{ccc}a&=&41\\b&=&-9\\\end{array}\right.\\\\[/tex]
Produced by myself
if a = 6 b=5, then find the value (a+b)
Step-by-step explanation:
Put the numbers as the value is given
So,
(6+5)= 11 Answer
Please help me this on the picture
Answer:
Step-by-step explanation:
ILL MARK BRAINIEST IF YOU DO THIS CORRECTLY!!!
There are 45 pupils in a competition. 2/5 of the pupils are girls. How many boys are there in the competition?
Answer:
45 * 3/5 = 135/5 = 27
Step-by-step explanation:
If 2^x-4 = 4^x-6 , then value of x is?
Answer: [tex]x=1[/tex]
Step-by-step explanation:
[tex]2^x-4=4^x-6[/tex] is the equation that you've given us.
Now if we plot these two equations on the graph we notice there's an intersection at (1,-2). Therefore meaning that [tex]x=1[/tex].
We can prove that by doing the following calculations to prove that both sides are equal to each other.
The left side of the equal sign:
Step 1: Write the equation down:
[tex]2^x-4[/tex]
Step 2: Substitute x for the numerical value we found.
[tex]2^1-4[/tex]
Step 3: Find the square of [tex]2^1[/tex], which is itself, 2.
[tex]2-4[/tex]
Step 4: Subtract 2 from 4. Which is a negative number, thus being -2.
[tex]-2[/tex]
The right side of the equal sign:
Step 1: Write the equation down:
[tex]4^x-6[/tex]
Step 2: Substitute x for the numerical value we found.
[tex]4^1-6[/tex]
Step 3: Find the square of [tex]4^1[/tex], which is itself, 4.
[tex]4-6[/tex]
Step 4: Subtract 4 from 6. Which is a negative number, thus being -2.
[tex]-2[/tex]
We know that [tex]x=1[/tex] because when substituting x with 1, we get -2 on both sides. Therefore making this statement true and valid.
[tex]-2=-2[/tex]
Find the angle that has tangent,1.000.Give your answer correct to two significant figures
Answer:
Step-by-step explanation:
Degrees Radians tangent
60° π/3 √3
45° π/4 1
30° π/6 1/√3
0° 0 0
factorize. xy^2-y(x-z) -z
Answer:
The equation x The equation x 2The equation x 2 +xy+xz+yz can be factorised as follows:The equation x 2 +xy+xz+yz can be factorised as follows:x The equation x 2 +xy+xz+yz can be factorised as follows:x 2The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x 2The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x 2 +xy)+(xz+yz)=x(x+y)+z(x+y)=(x+z)(x+y)The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x 2 +xy)+(xz+yz)=x(x+y)+z(x+y)=(x+z)(x+y)Hence, x The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x 2 +xy)+(xz+yz)=x(x+y)+z(x+y)=(x+z)(x+y)Hence, x 2The equation x 2 +xy+xz+yz can be factorised as follows:x 2 +xy+xz+yz=(x 2 +xy)+(xz+yz)=x(x+y)+z(x+y)=(x+z)(x+y)Hence, x 2 +xy+xz+yz=(x+z)(x+y)Answer:
= (y-1) (xy-z)
Step-by-step explanation:
First we expand them -
= xy^2 - xy - yz - z
= xy(y-1)-z(y-1)
= (y-1) (xy-z)
Hope this helped
What number line shows Point A at -4, Point B at 2.5, Point C at -2 1/2, and Point D, which is the opposite of Point A.
Answer: Choice A
Explanation:
Since -3/5 > -0.8, this means -3/5 is to the right of -0.8
Larger stuff is to the right of smaller stuff. Another example would be 10 > 7, meaning we have 10 to the right of 7 since 10 is larger.
Any negative value is always to the left of 0, so -3/5 is to the left of 0.
That's why the answer is choice A.
Setting y = 0 allows you to determine the what
of a graph
[tex]y=0[/tex] allows you to determine the x-intercept of a graph.
x-intercept and y-intercept:The points where a line crosses an axis are known as the x-intercept and the y-intercept, respectively.By changing Y to 0 in the equation and figuring out X, you can always determine the X-intercept. Similarly, by putting X to 0 in the equation and solving for Y, you can always determine the Y-intercept.When y is 0, the x-intercept is reached. The graph's intersection with the y-axis, or (0, b), is known as the y-intercept. When x is 0, the y-intercept is reached. When y is 0, the x-intercept is reached.Therefore, [tex]y=0[/tex] allows you to determine the x-intercept of a graph.
Know more about x-intercept and y-intercept here:
https://brainly.com/question/24363347
#SPJ2
125 + (a-b)³ help me
Answer:
(5 + a - b)(a² + b² - 2ab - 5a + 5b + 25)
Step-by-step explanation:
125 + (a - b)³ ← is a sum of cubes and factors in general as
a³ + b³ = (a + b)(a² - ab + b²)
Then
125 + (a- b)³
= 5³ + (a - b)³
with a = 5 and b = (a - b)
= (5 a a - b)(5² - 5(a - b) + (a - b)² )
= (5 + a - b)(25 - 5a + 5b + a² - 2ab + b²)
= (5 + a - b)(a² + b² - 2ab - 5a + 5b + 25)