document.write( "Question 158274: A car rents for $30 per day plus 19 cents per mile. You are on a daily budget of $87. What mileage will allow you to stay within your budget?\r
\n" );
document.write( "\n" );
document.write( "The solution is {m|m - _ _ \n" );
document.write( "
Algebra.Com's Answer #116645 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 30+.19X<=87 \n" ); document.write( ".19X<=87-30 \n" ); document.write( ".19X=57 \n" ); document.write( "X=57/.19 \n" ); document.write( "X=300 MILES IS THE MAX FOR THE $87 BUDGET. \n" ); document.write( " |