document.write( "Question 869771: Ali rented a truck for one day. There was a base fee of , and there was an additional charge of cents for each mile driven. Ali had to pay when he returned the truck. For how many miles did he drive the truck? \n" ); document.write( "
Algebra.Com's Answer #524416 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let base charge be $x\r
\n" ); document.write( "\n" ); document.write( "let cost per mile be y cents
\n" ); document.write( "let number of miles be n\r
\n" ); document.write( "\n" ); document.write( "total cost\r
\n" ); document.write( "\n" ); document.write( "C=x+(y/100) *n
\n" ); document.write( "
\n" );