document.write( "Question 1013582: Sonya has twice as many coins as heather. Together they have 39 coins. How many coins does each girl have? \n" ); document.write( "
Algebra.Com's Answer #629866 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call what Heather has h. \n" ); document.write( "Then Sonya has 2h. \n" ); document.write( "Together, they have \n" ); document.write( "h + 2h = 39 \n" ); document.write( "3h = 39 \n" ); document.write( "h = 13 (Heather) \n" ); document.write( "2h = 26 (Sonya) \n" ); document.write( " |