document.write( "Question 694323: Marty recently bought 6 notebooks, 5 pens, and 4 markers. A notebook costs 5 cents less than a pen and 10 cents less than a marker. Write an expression that describes how much money Marty spent if a notebook costs n cents. \n" ); document.write( "
Algebra.Com's Answer #427839 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!
OK.
\n" ); document.write( "Notebook costs n cents
\n" ); document.write( "Pen costs n+5 cents
\n" ); document.write( "Marker costs n+10 cents\r
\n" ); document.write( "\n" ); document.write( "6 notebooks cost 6n cents
\n" ); document.write( "5 pens cost 5(n+5) cents
\n" ); document.write( "4 markers cost 4(n+10) cents
\n" ); document.write( "Sooooo
\n" ); document.write( "Marty spent 6n+5(n+5)+4(n+10) cents---Lets get rid of parens
\n" ); document.write( "6n+5n+25+4n+40=
\n" ); document.write( "15n+65 cents\r
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor
\n" ); document.write( "
\n" );