Answer:
0
Step-by-step explanation:
bcoz 2^5 X 9²=2592
so the difference is 0
Based on the numbers we have we can assume that she saves 3 times more each week than the last (1*3=3, 3*3=9).
Following this trend we would multiply the amount she saved the third week ($9) by 3 to get $27 for the fourth week.
Then, we would multiply the amount she saved the fourth week ($27) by 3 to get $81 for the fifth week.
Finally, to figure out how much she saved in the 5 weeks, we need to add each value up to get 1+3+9+27+81= $121 saved in 5 weeks
Answer:
7
Step-by-step explanation:
It is a rational number because it is a terminated decimal and can be expressed as a fraction.
"Completing the square" is the process used to derive the quadratic formula for the general quadratic ax^2+bx+c=0. Suppose you did not know the value of a,b, or c of the quadratic...
ax^2+bx+c=0 You need a leading coefficient of one for the process to work, so you divide the whole equation by a
x^2+bx/a+c/a=0 now you move the constant to the other side of the equation
x^2+bx/a=-c/a now you halve the linear coefficient, square that, then add that value to both sides, ie, (b/(2a))^2=b^2/(4a^2)...
x^2+bx/a+b^2/(4a^2)=b^2/(4a^2)-c/a now the left side is a perfect square...
(x+b/(2a))^2=(b^2-4ac)/(4a^2) now take the square root of both sides
x+b/(2a)=±√(b^2-4ac)/(2a) now subtract b/(2a) from both sides
x=(-b±√(b^2-4ac))/(2a)
It is actually much simpler keeping track of everything when using known values for a,b, and c, but the above explains the actual process used to create the quadratic formula, which the above solution is. :)