document.write( "Question 1204287: There were some candies in a bag. Joseph took 7/10 of the candies and Kenny took the rest. Joseph took 24 more candies than Kenny.
\n" );
document.write( "(a) What fraction of the candies did Kenny take?
\n" );
document.write( "(b) How many candies were there in the bag at first? \n" );
document.write( "
Algebra.Com's Answer #840442 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let x be the number of candies in the bag originally. \n" ); document.write( "Then (7/10)x is the number Joseph took. \n" ); document.write( "Then Kenny took the rest, which is x - (7/10)x = (3/10)x. \n" ); document.write( "Joseph took 24 more than Kenny: \n" ); document.write( "(7/10)x = (3/10)x+24 \n" ); document.write( "(4/10)x = 24 \n" ); document.write( "x = (10/4)(24 = 10(6) = 60 \n" ); document.write( "ANSWERS: \n" ); document.write( "(a) 3/10 \n" ); document.write( "(b) 60 \n" ); document.write( " \n" ); document.write( " |