document.write( "Question 899454: Ann is 3 years older than Helen. If twice the sum of their ages is 50 years how old is ann? \n" ); document.write( "
Algebra.Com's Answer #545419 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! a = h+3 -> a-3 = h\r \n" ); document.write( "\n" ); document.write( "2(a+h) = 50\r \n" ); document.write( "\n" ); document.write( "2(a+(a-3)) = 50\r \n" ); document.write( "\n" ); document.write( "2(2a-3) = 50\r \n" ); document.write( "\n" ); document.write( "4a - 6 = 50\r \n" ); document.write( "\n" ); document.write( "4a = 56\r \n" ); document.write( "\n" ); document.write( "a = 14 \n" ); document.write( " \n" ); document.write( " |