document.write( "Question 981666: Ed weighs 10 kilograms more than his sister Debbie. Their combined weight is 120 kilograms. How many kilograms does Ed weigh? \n" ); document.write( "
Algebra.Com's Answer #602639 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! E + D = 120 (Their combined weight is 120 kilograms.) \n" ); document.write( "E = D + 10 (Ed weighs 10 kilograms more than his sister Debbie) \n" ); document.write( "Substitute the known value of E from the second equation into the first. \n" ); document.write( "(D+10) + D = 120 \n" ); document.write( "2D + 10 = 120 \n" ); document.write( "Subtract 10 from each side \n" ); document.write( "2D = 110 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "D = 55 \n" ); document.write( "Debbie weighs 55kg and Ed weighs 65kg \n" ); document.write( " |