document.write( "Question 1021367: Half of isha's age added to twice of majue's age total 70 years.in 5 years time their age added up to 75 years how old are they. \n" ); document.write( "
Algebra.Com's Answer #637210 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call isha's age and majue's age NOW, x and y. Then we can write \n" ); document.write( "(1/2)x + 2y = 70 (let's multiply by two) and get \n" ); document.write( "x + 4y = 140 \n" ); document.write( "In 5 years, \n" ); document.write( "(x+5) + (y+5) = 75 or \n" ); document.write( "x + y + 10 = 75 and \n" ); document.write( "x + y = 65 \n" ); document.write( "Subtract this from the above and get \n" ); document.write( "x + 4y = 140 \n" ); document.write( "-(x + y = 65) \n" ); document.write( "--------------- \n" ); document.write( "3y = 75 \n" ); document.write( "y = 25 \n" ); document.write( "and then \n" ); document.write( "x = 40 \n" ); document.write( " |