document.write( "Question 484236: 1. Apples are collected in a basket for six people. One third, one fourth, one eight and one fifth are given to four people respectively. The fifth person gets ten apples with one apple remaining for the sixth person. Find the original number of apples in the basket?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much for the answer ! :) \n" );
document.write( "
Algebra.Com's Answer #331354 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number of apples be x \n" ); document.write( "x/3 + x/4 + x/5 +x/8 + 11= x\r \n" ); document.write( "\n" ); document.write( "LCD=480 \n" ); document.write( "multiply by LCD\r \n" ); document.write( "\n" ); document.write( "160x+120x+96x+60x+5280=480x\r \n" ); document.write( "\n" ); document.write( "436x-480x=-5280 \n" ); document.write( "-44x=-5280 \n" ); document.write( "x=120 apples \n" ); document.write( " |