document.write( "Question 290700:  From a bag of coins,1/3 were given to Mary, 1/5 to Norma, 1/6 to Anna, and 1/4 to Sam. The six left were given to Troy. How many coins were originally in the bag?\r
\n" );
document.write( "\n" );
document.write( "(a) 20 (b) 120 (c) 60 (d) 240 (e) None of the above
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #210342 by richwmiller(17219)     You can put this solution on YOUR website! 1/3*x+1/5*x+1/6*x+1/4*x+6=x \n" ); document.write( "19x/20+6=x \n" ); document.write( "x=120 \n" ); document.write( " \n" ); document.write( " |