document.write( "Question 659734: 13.The cost of a pen is P12 more than the cost of the pencil. If the cost of 10 pencils and 8 pens is P339, find the cost of each. \n" ); document.write( "
Algebra.Com's Answer #410886 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
pen = pencil+12 and 10pencil +8pen = 339.


\n" ); document.write( "Two equations and two unknowns. Use the first equation to substitute the value of pen in terms of pencils into the second equation and solve it.


\n" ); document.write( "10pencil + 8(pencil+12) = 339


\n" ); document.write( "10pencil +8pencil + 96 = 339


\n" ); document.write( "18pencil = 243


\n" ); document.write( "pencil = 13.5


\n" ); document.write( "pen = pencil + 12 = 13.5+12 = 25.5
\n" ); document.write( " \n" ); document.write( "

\n" );