document.write( "Question 943569: A grandmother prepared bowls of fruits for her family. All but 5 are with cherries, all but 4 are with apricots, all but three are with red currants. How many bowls are there in total? \n" ); document.write( "
Algebra.Com's Answer #575272 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=number of bowls in total \n" ); document.write( "x-5=bowls with cherries \n" ); document.write( "x-4=bowls with apricots \n" ); document.write( "x-3=bowls with red currants\r \n" ); document.write( "\n" ); document.write( "(x-5)+(x-4)+(x-3)=x \n" ); document.write( "3x-12=x \n" ); document.write( "2x=12 \n" ); document.write( "x=6 bowls in all \n" ); document.write( "CK \n" ); document.write( "6-5=1 bowl with cherries \n" ); document.write( "6-4=2 bowls with apricots \n" ); document.write( "6-3=3 bowls with Currants\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |