document.write( "Question 739546: U-Haul charges a daily fee plus a mileage charge to rent a truck. Jennifer rented a truck with U-Haul and was charged $132 for 3 days rental and 150 miles driven. Nigel was charged $142 for 2 days rental and 400 miles driven.\r
\n" );
document.write( "\n" );
document.write( "A) Set up a system of linear equations to determine the daily fee and the mileage charge for renting a truck with U-Haul. \n" );
document.write( "
Algebra.Com's Answer #451163 by sachi(548)![]() ![]() You can put this solution on YOUR website! let U-Haul charges a daily fee of x & a mileage charge of y to rent a truck. \n" ); document.write( "Jennifer rented a truck with U-Haul and was charged $132 for 3 days rental and 150 miles driven. \n" ); document.write( "so 3x+150y=132...........1 \n" ); document.write( " Nigel was charged $142 for 2 days rental and 400 miles driven. \n" ); document.write( "so 2x+400y=142...........2 \n" ); document.write( "now multiplying eqn 1 by 2 & eqn 2 by 3 & subtracting \n" ); document.write( "6x+300y=264...........3 \n" ); document.write( "6x+1200y=426.............4 \n" ); document.write( "- - - \n" ); document.write( "---------- \n" ); document.write( "-900y=-162 \n" ); document.write( "or y=162/900=0.18 \n" ); document.write( "from eqn 1 \n" ); document.write( "3x=132-400 X 0.18=60 \n" ); document.write( "or x=60/3=20 \n" ); document.write( "now we can frame an set up a system of linear equation to determine the total fee for n days & m miles as \n" ); document.write( "total fee=0.18 X n +20 X m \n" ); document.write( " |