document.write( "Question 998387: There are 45 apples in carton A and 55 Apples in carton b how many apples must be trasnferred from carton B to carton A so that the number of apples in carton A is 3 times as many as the number of apples in carton B \n" ); document.write( "
Algebra.Com's Answer #616292 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! There are 45 apples in carton A and 55 Apples in carton B \n" ); document.write( " how many apples must be transferred from carton B to carton A so that the number of apples in carton A is 3 times as many as the number of apples in carton B \n" ); document.write( ":\ \n" ); document.write( "let x = no. of apples required to be transferred \n" ); document.write( "45 + x = 3(55 - x) \n" ); document.write( "45 + x = 165 - 3x \n" ); document.write( "x + 3x = 165 - 45 \n" ); document.write( "4x = 120 \n" ); document.write( "x = 120/4 \n" ); document.write( "x = 30 apples transferred \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this checks out \n" ); document.write( "45 + 30 = 3(55 - 30) \n" ); document.write( "75 = 2(25) \n" ); document.write( " |