document.write( "Question 1101443: Deon rented a truck for one day. There was a base fee of
\n" );
document.write( "$17.99
\n" );
document.write( ", and there was an additional charge of
\n" );
document.write( "74
\n" );
document.write( " cents for each mile driven. Deon had to pay
\n" );
document.write( "$123.81
\n" );
document.write( " when he returned the truck. For how many miles did he drive the truck?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #716024 by amalm06(224)![]() ![]() You can put this solution on YOUR website! Total expenses=123.81\r \n" ); document.write( "\n" ); document.write( "The base fee is fixed.\r \n" ); document.write( "\n" ); document.write( "Therefore, 123.81=17.99+0.74x, where x is the number of miles driven\r \n" ); document.write( "\n" ); document.write( "Solve for x:\r \n" ); document.write( "\n" ); document.write( "105.82=0.74x\r \n" ); document.write( "\n" ); document.write( "x=143 mi (Answer) \n" ); document.write( " |