document.write( "Question 919052: James buys 4 pens and 3 notebooks for $19. A notebook is 50c more expensive than a pen.\r
\n" );
document.write( "\n" );
document.write( "a) Let the cost of pen be p
\n" );
document.write( "Create an algebraic equation in terms of p for the cost of the notebooks and pens.\r
\n" );
document.write( "\n" );
document.write( "b) Solve you equation to find the cost of a pen \n" );
document.write( "
Algebra.Com's Answer #557478 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 4p + 3n = 19 \n" ); document.write( "4p + 3(p + .50) = $19 \n" ); document.write( "7p = $19 - $1.50 \n" ); document.write( "7p = $17.50 \n" ); document.write( " p = $2.50, cost of a pen \n" ); document.write( "............ \n" ); document.write( "And...checking ( n = $3.00) \n" ); document.write( "4p + 3n = 19 \n" ); document.write( "$10 + $9 = $19 \n" ); document.write( " |