document.write( "Question 254123: 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 #186423 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 254123 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bert gets 25 pieces of candy. \n" ); document.write( "then he gets x - 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "karla gets 17 pieces of candy. \n" ); document.write( "then she gets x - 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bert has a total of 25 + x - 17 pieces of candy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "karla has a total of 17 + x - 25 pieces of candy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see how many more pieces of candy bert has, subtract the number of pieces of candy that karla has from the number of pieces of candy that bert has.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25 + x - 17 - (17 + x - 25) = 25 + x - 17 - 17 - x + 25 = 50 - 34 = 16.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bert has 16 more pieces of candy than karla has.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x can be any value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "as an example, assume x is 50 and 100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 50, bert gets 25 and gives karla 25 \n" ); document.write( "karla gets 17 and gives bert 33 \n" ); document.write( "bert has a total of 25 + 33 = 58 \n" ); document.write( "karla has a total of 17 + 25 = 42 \n" ); document.write( "58-42 = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 100, bert gets 25 and gives karla 75 \n" ); document.write( "karla gets 17 and gives bert 83 \n" ); document.write( "bert has a total of 25 + 83 = 108 \n" ); document.write( "karla has a total of 17 + 75 = 92 \n" ); document.write( "108-92 = 16\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |