document.write( "Question 1075878: Huana spent $28 on writing on writing utensils, pens cost $4 dollars and $2 pencils. She bought a total of 8. How many did she buy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690563 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Huana spent $28 on writing on writing utensils, pens cost $4 dollars and $2 pencils. She bought a total of 8. How many did she buy? \n" ); document.write( "------------- \n" ); document.write( "P = # of pens \n" ); document.write( "C = # of pencils \n" ); document.write( "--- \n" ); document.write( "P + C = 8 \n" ); document.write( "4P + 2C = 28 \n" ); document.write( " \n" ); document.write( " |