document.write( "Question 534521: current age of the children is supposed as h
\n" );
document.write( "In ten years -> h+10, a child will be three years older than twice her current age -> 2h+3.
\n" );
document.write( "h+10 = 2h+3
\n" );
document.write( "what is the current age of the child? h = ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #351871 by amalialaila(3)![]() ![]() ![]() You can put this solution on YOUR website! h+10 = 2h+3 \n" ); document.write( "h-2h = 3-10 \n" ); document.write( "-h = -7 ---> multiply -1 \n" ); document.write( "h = 7 \n" ); document.write( "the child's current age is 7. \n" ); document.write( " |