document.write( "Question 252539: There are two candy jars, each of which contains the same number of pieces of
\n" );
document.write( "candy. Bert takes 25 pieces of candy from the first jar and gives the rest to Karla, while Karla takes 17 pieces of candy from the second jar and gives the rest to Bert. When they are done, Karla discovers that Bert has more pieces of candy than she does. How many more pieces of candy does Bert have? \n" );
document.write( "
Algebra.Com's Answer #184502 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are two candy jars, each of which contains the same number of pieces of \n" ); document.write( "candy. Bert takes 25 pieces of candy from the first jar and gives the rest to Karla, while Karla takes 17 pieces of candy from the second jar and gives the rest to Bert. When they are done, Karla discovers that Bert has more pieces of candy than she does. How many more pieces of candy does Bert have? \n" ); document.write( "------------------ \n" ); document.write( "Let the number of pieces in each jar be \"x\". \n" ); document.write( "--- \n" ); document.write( "Bert takes 25 pieces of candy from the first jar and gives the rest to Karla \n" ); document.write( "Karla now has x-25 pieces. \n" ); document.write( "--- \n" ); document.write( "while Karla takes 17 pieces of candy from the second jar and gives the rest to Bert \n" ); document.write( "Bert now has x-17 pieces. \n" ); document.write( "--- \n" ); document.write( "Inequality \n" ); document.write( "Karla discovers that Bert has more pieces of candy than she does. How many more pieces of candy does Bert have? \n" ); document.write( "Bert > Karla \n" ); document.write( "x-17 > x-25 \n" ); document.write( "(x-17)-(x-25) > 0 \n" ); document.write( "8 > 0 \n" ); document.write( "--- \n" ); document.write( "Bert has 8 more pieces than Karla \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |