document.write( "Question 1081575: Five notebooks and a pack of pencils costs $7. Two notebooks and 2 packs of pencils cost $4. How much does a notebook cost \n" ); document.write( "
Algebra.Com's Answer #695628 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! (1) 5N+P = 7 \n" ); document.write( "(2) 2N+2P = 4\r \n" ); document.write( "\n" ); document.write( "(1) ==> P = 7-5N \n" ); document.write( "Subs into (2):\r \n" ); document.write( "\n" ); document.write( " 2N + 2(7-5N) = 4 \n" ); document.write( " 2N + 14 - 10N = 4 \n" ); document.write( " -8N = -10 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "— \n" ); document.write( "Check: N=1.25 —> P=0.75 \n" ); document.write( " (1) 5(1.25) + 0.75 = 6.25 +0.75 = 7 (ok) \n" ); document.write( " (2) 2(1.25) + 2(0.75) = 2.5 + 1.5 = 4 (ok) \n" ); document.write( " \n" ); document.write( " |