Answer:
x=-1/5
double zero
Step-by-step explanation:
(5x+1)(5x+1)
x=-1/5
double zero
Your answer would be 15. You first would move the "pretend" decimal to the left 2 times. so it would end up being 0.25. So then you would set up your problem. 0.25 x 60 =. Which should give you the answer of 15.
Answer:
A≈32
ft²
--
To find the surface area of a right rectangular prism you must use this formula A=2(wl+hl+hw)
Then plug in your variebles
A=2( 1.33*1.5+5+1.5+5+1.33)
This comes out to be A≈32 
The first three terms of sequence are 9 , 6 , 3
<em><u>Solution:</u></em>
Given the recursive function f(n) = f(n - 1) - 3
Where f(1) = 9
To find: First three terms of sequence
Substitute n = 2 , n = 3 and n = 4 in given recursive function
When n = 2
f(n) = f(n - 1) - 3
f(2) = f(2 - 1) - 3
f(2) = f(1) - 3
f(2) = 9 - 3 = 6
f(2) = 6
Thus second term is 6
When n = 3
f(3) = f( 3 - 1) - 3
f(3) = f(2) - 3
f(3) = 6 - 3 = 3
f(3) = 3
Thus the third term is 3
When n = 4
f(4) = f( 4 - 1) - 3
f(4) = f(3) - 3
f(4) = 3 - 3
f(4) = 0
Thus the fourth term is 0
Thus first three terms of sequence are 9 , 6 , 3