document.write( "Question 1134945: Katie brought some pens for $2.00 each and some pencils for $0.05 cents each. She brought twice as may pens as pencils and spent a total of $13.50. How many each did she buy ? \n" ); document.write( "
Algebra.Com's Answer #752446 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
pencils=x
\n" ); document.write( "pens=2x
\n" ); document.write( "total is 3x
\n" ); document.write( "2x(2.00)+x(0.05)=13.50
\n" ); document.write( "4x+.05x=13.50
\n" ); document.write( "4.05x=13.50
\n" ); document.write( "x=3.33 pencils
\n" ); document.write( "2x=6.67 pens
\n" ); document.write( "these aren't integers
\n" ); document.write( "6 pens is the most she can buy which is $12
\n" ); document.write( "that leaves 3 pencils for 0.15 or $12.15 total\r
\n" ); document.write( "\n" ); document.write( "maybe you meant pencils for 0.50 each
\n" ); document.write( "then this would be 2x(2.00)+x(0.50) or 4.50 x=13.00
\n" ); document.write( "x=3 pencils
\n" ); document.write( "2x=6 pens
\n" ); document.write( "
\n" );