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 #198488 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "Let x represent singles and y be doubles room. From this we can make two equations. \n" ); document.write( "5x+12y=390 \n" ); document.write( "9x+10y=412 \n" ); document.write( "Now multiply the first equation by -9 and the second equation by 5 to get: \n" ); document.write( "-45x-108y=-3510 \n" ); document.write( "45x+50y=2060 \n" ); document.write( "Now we can add these to get: \n" ); document.write( "-58y=-1450 Divide each side by -58 to get: \n" ); document.write( "y=25 Plug this answer into the first equation to solve x: \n" ); document.write( "5x+300=390 Subtract 300 from both sides and divide it by 5 to get: \n" ); document.write( "x=18 \n" ); document.write( "There we go. $18 for single and $25 for double. Pretty cheap rent, huh? \n" ); document.write( "RJ \n" ); document.write( "A new book might help you out: \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |