document.write( "Question 1017263: what equation would you use to determine the number of years (x) it will take to equal zero(y) if starting amount is y=5.1 and each year y reduces by .3? \n" ); document.write( "
Algebra.Com's Answer #633583 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! what equation would you use to determine the number of years (x) it will take to equal zero(y) if starting amount is y=5.1 and each year y reduces by .3? \n" ); document.write( ": \n" ); document.write( "y = 5.1 - .3x; is the equation \n" ); document.write( "to find the value of x when y = 0 \n" ); document.write( "0 = 5.1 - .3x \n" ); document.write( ".3x = 5.1 \n" ); document.write( "x = 5.1/.3 \n" ); document.write( "x = 17 yrs for y to equal 0 \n" ); document.write( " |