document.write( "Question 773140: Hina is q years old. Her mother's age is 12 years more than twice her age. what is the mother's age in terms of q? \n" ); document.write( "
Algebra.Com's Answer #471499 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Hina is q years old. \n" ); document.write( "H = q \n" ); document.write( " Her mother's age is 12 years more than twice her age. \n" ); document.write( "m = 2H + 12 \n" ); document.write( "what is the mother's age in terms of q? \n" ); document.write( "Replace H with q \n" ); document.write( "m = 2q + 12 \n" ); document.write( " \n" ); document.write( " |