document.write( "Question 24840: Sunshine truck rentals rents a truck at a daily rate of $57.99 plus $.48 per mile. City Rentals rents the same size truck at $58.95 plus $.46 per mile. For at what mileage is the cost the same? \n" ); document.write( "
Algebra.Com's Answer #13680 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let number of miles driven be \"x\". \n" ); document.write( "Sunshine will charge 57.99 + 0.48x \n" ); document.write( "City Rent will charge 58.95+0.46x \n" ); document.write( "EQUATION: \n" ); document.write( "Set the charges equal to one another and solve for \"x\": \n" ); document.write( "Multiply thru by 100 to get rid of the decimal amounts: \n" ); document.write( "5799+48x = 5895+46x \n" ); document.write( " 2x = 96 \n" ); document.write( " x=48 miles (cost the same for driving 48 miles)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |