document.write( "Question 570103: A basket contains many apples and the apples are divided among six people. One third, one fourth, one eigth, and one fith of the apples are given to the first four people, respectively. The fith person gets ten apples and the sixth person gets one apple. Find the original number of apples in the basket.\r
\n" );
document.write( "\n" );
document.write( "I tried the following: Let A = Original number of apples
\n" );
document.write( "x = number of apples given
\n" );
document.write( "A= 1/3x + 1/4x + 1/8x + 1/5x + 10 + 1\r
\n" );
document.write( "\n" );
document.write( "Next I determined the LCD was 120
\n" );
document.write( "A = 40/120x + 30/120 + 15/120x + 24/120x + 10 +1
\n" );
document.write( "A = (109/120x + 11)*120
\n" );
document.write( "120A = 109x + 11
\n" );
document.write( "120A - 11 = 109x
\n" );
document.write( "120A - 11/109 = x
\n" );
document.write( "If I left the x out of the fractions then I got the following
\n" );
document.write( "120A = 109 +11
\n" );
document.write( "120A = 120\r
\n" );
document.write( "\n" );
document.write( "Please solve, show work and show me what I'm doing wrong.\r
\n" );
document.write( "\n" );
document.write( "Thanks,
\n" );
document.write( "Norm \n" );
document.write( "
Algebra.Com's Answer #367650 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A basket contains many apples and the apples are divided among six people. \n" ); document.write( " One third, one fourth, one eighth, and one fifth of the apples are given to the first four people, respectively. \n" ); document.write( " The fifth person gets ten apples and the sixth person gets one apple. \n" ); document.write( " Find the original number of apples in the basket. \n" ); document.write( "I tried the following: Let A = Original number of apples \n" ); document.write( ": \n" ); document.write( "You don't need x here. \n" ); document.write( ": \n" ); document.write( "A = \n" ); document.write( "Find the Common denominators of all these fractions, that would be 120, as you said \n" ); document.write( "A = \n" ); document.write( "A = \n" ); document.write( "Multiply both sides by 120, get rid of the fraction \n" ); document.write( "120A = 109A + 120(11) \n" ); document.write( "120A - 109A = 1320 \n" ); document.write( "11A = 1320 \n" ); document.write( "A = 1320/11 \n" ); document.write( "A = 120 apples total\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |