document.write( "Question 1025387: Michael bought 2 notebooks and 1 pen for 7$. Rick bought 1 notebook and 5 pens for 8$. How much does the notebook cost ? \n" ); document.write( "
Algebra.Com's Answer #640735 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make notebooks = x \n" ); document.write( "Make pens = y \n" ); document.write( "2x + y = 7.......(1) \n" ); document.write( "x + 5y = 8.......(2) \n" ); document.write( "Multiply Eq(1) by 5 \n" ); document.write( "10x + 5y = 35....(1) \n" ); document.write( "x + 5y = 8.......(2) \n" ); document.write( "Subtract Eq(2) from Eq(1) \n" ); document.write( "9x = 27 \n" ); document.write( "x = 3 \n" ); document.write( "Substitute x = 3 into Eq(2) \n" ); document.write( "x + 5y = 8 \n" ); document.write( "3 + 5y = 8 \n" ); document.write( "5y = 8 - 3 \n" ); document.write( "5y = 5 \n" ); document.write( "y = 1 \n" ); document.write( "Notebook costs $3 \n" ); document.write( "Pen costs $1 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |