document.write( "Question 1120619: Object A is 5kg heavier than the Object B and the mass of Object C is twice the mass of Object A. If the total mass of the three objects is 255kg, find the mass of Object C. \n" ); document.write( "
Algebra.Com's Answer #736275 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = mass of object A \n" ); document.write( "y = mass of object B \n" ); document.write( "z = mass of object C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "object A is 5 kg heavier than object B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = y + 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "object C is twice the mass of object A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 2 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total mass is 255 kg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = 255\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = y + 5 leads to y = x - 5 as follows: \n" ); document.write( "start with x = y + 5 \n" ); document.write( "subtract 5 from both sides to get x - 5 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace y with x - 5 and replace z with 2 * x in the equation of x + y + z = 255.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will get x + x - 5 + 2 * x = 255\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 4 * x - 5 = 255\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add 5 to both sides to get 4 * x = 260\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides by 4 to get x = 65\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 65 \n" ); document.write( "y = x - 5 = 60 \n" ); document.write( "z = 2 * x = 130\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = 255 becomes 65 + 60 + 130 = 255 which becomes 255 = 255 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = y + 5 becomes 65 = 60 + 5 which becomes 65 = 65 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 2 * x becomes 130 = 2 * 65 which becomes 230 = 230 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is confirmed to be true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is the mass of object C = z which is equal to 130. \n" ); document.write( " |