document.write( "Question 485328: Matt has a total of 18 pens and pencils in his backpack. He has 8 more pens than pencils. How many pens does he have? \n" ); document.write( "
Algebra.Com's Answer #331933 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
Let he has x pens, then he has (x-8)
\n" ); document.write( "The equation \"x%2B%28x-8%29=18\"
\n" ); document.write( "\"x%2Bx-8=18\"
\n" ); document.write( "\"2x=18%2B8\"
\n" ); document.write( "\"2x=26\"
\n" ); document.write( "\"x=26%2F2\"
\n" ); document.write( "\"x=13\" pens
\n" ); document.write( "
\n" );