document.write( "Question 1088702: The cost of a pen is 30 cents more than the cost of a pencil. Jackson spent $4.30 when he bought five pens and two pencils. Can you calculate the individual cost of a pencil and pen? \n" ); document.write( "
Algebra.Com's Answer #703006 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "pen = pencil + 30,   (1)\r\n" );
document.write( "\r\n" );
document.write( "5 pens + 2 pencil = 430   (cents)\r\n" );
document.write( "\r\n" );
document.write( "==========>\r\n" );
document.write( "\r\n" );
document.write( "5*(pencil+30) + 2 pencil = 430,\r\n" );
document.write( "\r\n" );
document.write( "5*pencil + 150 + 2 pencil = 430,\r\n" );
document.write( "\r\n" );
document.write( "7 pencil = 430 - 150,\r\n" );
document.write( "\r\n" );
document.write( "7 pencil = 280   ====>  pencil = \"280%2F7\" = 40 cents.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer. Pencil costs 40 cents.  Pen costs 40 + 30 = 70 cents.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );