document.write( "Question 757202: Fiona and Hoggy gain a kilo each every week. Fiona is currently 70kg, while Hoggy is 10kg. How many weeks does it take for Fiona to be TWICE as heavy as Hoggy?\r
\n" );
document.write( "\n" );
document.write( "NOTE: I've asked nearly all my teachers in my school and none of them have gotten the answer without using trial and error. I want to know how to get the answer by using algebra. Thank you :) \n" );
document.write( "
Algebra.Com's Answer #460704 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Fiona and Hoggy gain a kilo each every week. Fiona is currently 70kg, while Hoggy is 10kg. How many weeks does it take for Fiona to be TWICE as heavy as Hoggy? \n" ); document.write( "------------- \n" ); document.write( "The difference remains 60 kg, so it's when Hoggy weighs 60 kg. \n" ); document.write( "---- \n" ); document.write( "w = # of weeks \n" ); document.write( "F = 70 + w \n" ); document.write( "H = 10 + w \n" ); document.write( "--- \n" ); document.write( "F = 2H \n" ); document.write( "70 + w = 2(10+w) \n" ); document.write( "70 + w = 20 + 2w \n" ); document.write( "w = 50 weeks \n" ); document.write( " \n" ); document.write( " |