document.write( "Question 311786: Bob has a very old car that he;d like to replace. The old car costs $250 each month for repairs, $120 for each month for gas, and $60 each month for insurance. A friend is willing to sell him a reliable used car for $7800. In addition to the price of the car, this used car will cost $90 each month for gas and $80 each month for insurance. If Bob buys the used car, how long will it take before he beings to save money on car expenses. Assign a variable. \r
\n" );
document.write( "\n" );
document.write( "Please help, I can not come up with a logical equation for this question. Thank you \n" );
document.write( "
Algebra.Com's Answer #222978 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bob has a very old car that he;d like to replace. \n" ); document.write( " The old car costs $250 each month for repairs, $120 for each month for gas, \n" ); document.write( " and $60 each month for insurance. \n" ); document.write( " A friend is willing to sell him a reliable used car for $7800. \n" ); document.write( " In addition to the price of the car, this used car will cost $90 each month for \n" ); document.write( "gas and $80 each month for insurance. \n" ); document.write( "If Bob buys the used car, how long will it take before he begins to save money on car expenses. \n" ); document.write( " Assign a variable. \n" ); document.write( ": \n" ); document.write( "Let m = the no. of months for him to save money \n" ); document.write( ": \n" ); document.write( "old car expense = new car expense \n" ); document.write( "m(250+120+60) = 7800 + m(90+80} \n" ); document.write( ": \n" ); document.write( "430m = 7800 + 170m \n" ); document.write( "430m - 170m = 7800 \n" ); document.write( "260m = 7800 \n" ); document.write( "m = \n" ); document.write( "m = 30 months they are equal and will save money in the 31st month \n" ); document.write( " |