document.write( "Question 1199020: Baker Jack baked 160 cakes. 55% of them were walnut cakes and the rest were almond cakes. After selling some of the walnut cakes, the percentage of the walnut cakes become 40%. How many cakes were left ? \n" ); document.write( "
Algebra.Com's Answer #832704 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "x = number of walnut cakes sold\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jack baked 160 cakes. \n" ); document.write( "55% of them are walnut \n" ); document.write( "0.55*160 = 88 cakes are walnut\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After selling x of walnut, he has 88-x walnut left. \n" ); document.write( "This amount is divided over the amount of remaining cakes, 160-x. \n" ); document.write( "This ratio is set equal to 0.40 to represent 40% of the remaining cakes are walnut.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(amount of walnut left)/(amount of cakes left) = ratio \n" ); document.write( "(88-x)/(160-x) = 0.40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve for x \n" ); document.write( "(88-x)/(160-x) = 0.40 \n" ); document.write( "88-x = 0.40(160-x) \n" ); document.write( "88-x = 64-0.40x \n" ); document.write( "-x+0.40x = 64-88 \n" ); document.write( "-0.60x = -24 \n" ); document.write( "x = -24/(-0.60) \n" ); document.write( "x = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jack sold 40 walnut cakes. \n" ); document.write( "He started off with 88 of them, and now has 88-40 = 48 leftover.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "160 total drops to 160-40 = 120 cakes left over. \n" ); document.write( "48/120 = 0.40 = 40% of the remaining cakes are walnut. \n" ); document.write( "We have confirmed the correct amount of walnut cakes sold.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 120 cakes remain \n" ); document.write( " \n" ); document.write( " |