document.write( "Question 1053812: Joe and Chris are shopping for school supplies. Joe by seven notebooks and four packs of pencils for total of $37. Chris buys for notebooks and three packs of pencils for a total of $24. Let n be the price of one notebook and let p be the price of one pack of pencils. Write two equations to represent the total cost for Joe and Chris.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668998 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Joe and Chris are shopping for school supplies. \n" ); document.write( "Joe buys seven notebooks and four packs of pencils for total of $37. \n" ); document.write( "Chris buys four notebooks and three packs of pencils for a total of $24. \n" ); document.write( "Let n be the price of one notebook and let p be the price of one pack of pencils. Write two equations to represent the total cost for Joe and Chris. \n" ); document.write( "----- \n" ); document.write( "Joe cost:: 7n + 4p = 37 \n" ); document.write( "Chris cost: 4n + 3p = 24 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------ \n" ); document.write( " |