document.write( "Question 271094: For each problem, write a system of equations in two or
\n" );
document.write( "three variables. Use the method of your choice to solve each
\n" );
document.write( "system.\r
\n" );
document.write( "\n" );
document.write( "One night the manager of the Sea Breeze Motel rented
\n" );
document.write( "5 singles and 12 doubles for a total of $390. The next night
\n" );
document.write( "he rented 9 singles and 10 doubles for a total of $412.
\n" );
document.write( "What is the rental charge for each type of room? \n" );
document.write( "
Algebra.Com's Answer #198490 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One night the manager of the Sea Breeze Motel rented \n" ); document.write( "5 singles and 12 doubles for a total of $390. The next night \n" ); document.write( "he rented 9 singles and 10 doubles for a total of $412. \n" ); document.write( "What is the rental charge for each type of room? \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "5s + 12d = 390 \n" ); document.write( "9s + 10d = 412 \n" ); document.write( "--------------------- \n" ); document.write( "Multiply 1st by 9 ; Multiply 2nd by 5 \n" ); document.write( "45s + 108d = 9*390 \n" ); document.write( "45s + 50d = 5*412 \n" ); document.write( "---------------------- \n" ); document.write( "Subtract the 2nd from the 1st and solve for \"d\": \n" ); document.write( "58d = 1450 \n" ); document.write( "d = $25 (rental rate on doubles) \n" ); document.write( "---- \n" ); document.write( "Substitute into 5s + 12d = 390 to solve for \"s\": \n" ); document.write( "5s + 12(25) = 390 \n" ); document.write( "5s = 90 \n" ); document.write( "s = $18 (rental rate on singles) \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |