document.write( "Question 1121428: Hi
\n" );
document.write( "greg went shopping with 360 dollars. He bought calculator s and shirts and had $8.50 left.\r
\n" );
document.write( "\n" );
document.write( "each shirt cost 33 dollars and a calculator costs 17.50 . He bought 3 more shirts than calculators.\r
\n" );
document.write( "\n" );
document.write( "how many shirts and calculators did he buy.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #737316 by Boreal(15235) You can put this solution on YOUR website! S-3=C \n" ); document.write( "33S+17.50(S-3)=351.50 \n" ); document.write( "33S+17.50S-52.50=351.50 \n" ); document.write( "50.5S=404 \n" ); document.write( "S=8 shirts \n" ); document.write( "C=5 Calculators \n" ); document.write( " |