document.write( "Question 1201018: A fruit stand sells two varieties of strawberries: standard and deluxe. A box of standard strawberries sells for $3, and a box of deluxe strawberries sells for $6. In one day the stand sold 150 boxes of strawberries for a total of $645. How many boxes of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #835250 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A fruit stand sells two varieties of strawberries: standard and deluxe. A box of standard strawberries sells for $3, and a box of deluxe strawberries sells for $6. In one day the stand sold 150 boxes of strawberries for a total of $645. How many boxes of each type were sold? \n" ); document.write( "---------------- \n" ); document.write( "p = $3 boxes \n" ); document.write( "3p + 6(150-p) = 645 \n" ); document.write( "3p + 900 - 6p = 645 \n" ); document.write( "-3p = -255 \n" ); document.write( "p = 85 \n" ); document.write( "=========== \n" ); document.write( "3*85 + 6*65 = 645 \n" ); document.write( " \n" ); document.write( " |