document.write( "Question 1121545: The total number of pens in boxes X Y Z is 300.Y has 50 percent of the pens in Z. Bob takes out one third of the pens in X trebles the number of pens in Y and puts 40 more pens in Z. Now each box has the same number of pens. Find the total number of pens now.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #737475 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x+y+z=300 \n" ); document.write( "y=(1/2)z \n" ); document.write( "(2/3)x=3y=(z+40) \n" ); document.write( "(2/3)x=(3/2)z=z+40 \n" ); document.write( "can solve for z \n" ); document.write( "(1/2)z=40 \n" ); document.write( "z=80 pens \n" ); document.write( "y=40 pens \n" ); document.write( "(2/3)x=120 pens, x=180 pens (180, 40, 80) \n" ); document.write( "Now they each have 120 pens, and the total is 360 pens. (120, 120, 120) \n" ); document.write( " \n" ); document.write( " |