document.write( "Question 1052319: At the school store, 3 pens and 2 notebooks cost a total of $12, while 1 pen and 3 notebooks cost a total of $11. This can be represented by the system of equations, where x stands for the cost, in dollars, of pens, and y stands for the cost, in dollars, of notebooks.\r
\n" );
document.write( "\n" );
document.write( " What is the cost of one notebook?
\n" );
document.write( "$2.00
\n" );
document.write( "$2.40
\n" );
document.write( "$2.75
\n" );
document.write( "$3.00 \n" );
document.write( "
Algebra.Com's Answer #667696 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 3x+2y = 12 (1) \n" ); document.write( "1x+3y = 11; 1x is the same as just x, so \n" ); document.write( "x+3y = 11 (2) \n" ); document.write( "Multiply both sides of (1) times 3 and both sides of (2) times 2: \n" ); document.write( "9x+6y = 36 (3) \n" ); document.write( "2x+6y = 22 (4) \n" ); document.write( "Now subtract (4) from (3): \n" ); document.write( "9x+6y = 36 \n" ); document.write( "- \n" ); document.write( "2x+6y = 22 \n" ); document.write( "------------ \n" ); document.write( "7x+0y = 14 \n" ); document.write( "and here 0y means we don't have any y because 6y-6y=0, so we re-write: \n" ); document.write( "7x = 14 divide both sides by 7 \n" ); document.write( "x = 2 This is the cost of a pen \n" ); document.write( "and \n" ); document.write( "x+3y = 11 \n" ); document.write( "2+3y = 11 \n" ); document.write( "3y = 9 \n" ); document.write( "y = 3 This is the cost of a notebook \n" ); document.write( "---------------------- \n" ); document.write( "Check: \n" ); document.write( "3x+2y = 12; 3(2)+2(3) = 12; 6+6 = 12 Correct \n" ); document.write( "x+3y = 11; 2+3(3) = 11; 2+9 = 11 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " \n" ); document.write( " |