document.write( "Question 238414: A candy storesells boxes of candy containing caramels and
\n" );
document.write( "crèmes. Each box sells for $12.50 & holds 30
\n" );
document.write( "pieces of candy (all pieces are same size). If
\n" );
document.write( "caramels cost $0.25 to produce & crèmes cost
\n" );
document.write( "$0.45 to produce, how many of each should be
\n" );
document.write( "in a box to make a profit of $3? \n" );
document.write( "
Algebra.Com's Answer #175254 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .45X+.25(30-X)=12.50-3.00 \n" ); document.write( ".45X+7.5-.25X=9.50 \n" ); document.write( ".20X=9.50-7.50 \n" ); document.write( ".20X=2 \n" ); document.write( "X=2/.2 \n" ); document.write( "X=10 CREMES ARE USED. \n" ); document.write( "30-10=20 CARAMELS ARE USED. \n" ); document.write( ".45*10+.25*20=9.50 \n" ); document.write( "4.50+5=9.50 \n" ); document.write( "9.50=9.50 \n" ); document.write( " \n" ); document.write( " |