document.write( "Question 1207002: Raina is saving money to buy a bike that $125 costs . She has $60 and will save an additional $5 each week. In how many weeks will she have enough money to buy the bike? \n" ); document.write( "
Algebra.Com's Answer #844787 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "w = number of weeks \n" ); document.write( "5w = additional amount saved at $5 per week \n" ); document.write( "5w+60 = total amount after adding the initial $60 \n" ); document.write( "5w+60 = 125 \n" ); document.write( "5w+60-60 = 125-60 \n" ); document.write( "5w = 65 \n" ); document.write( "5w/5 = 65/5 \n" ); document.write( "w = 13 weeks is the final answer \n" ); document.write( " \n" ); document.write( " |