document.write( "Question 463607: jane sold 125 boxes of girl scout cookies.Thin mints cost $3.00 and shortbread cookies cost $3.25.In all, $388.50 worth of boxes were sold.How many of each kin were sold?\r
\n" );
document.write( "\n" );
document.write( " ___ boxes of thin mints
\n" );
document.write( "
\n" );
document.write( " ___ boxes of shortbread \n" );
document.write( "
Algebra.Com's Answer #317650 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! m+s=125 s=125-m \n" ); document.write( "3m+3.25s=388.50 \n" ); document.write( "3m+3.25(125-m)=388.50 \n" ); document.write( "3m+406.25-3.25m=388.50 \n" ); document.write( "-0.25m=-17.75 \n" ); document.write( "m=71 \n" ); document.write( "s=125-71=54 \n" ); document.write( " |