document.write( "Question 1203018: jack is twice as old as jill and six years younger than kathy. if jill is h years old, how old is cathy in terms of h? \n" ); document.write( "
Algebra.Com's Answer #838238 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! jack is twice as old as jill and six years younger than kathy. \n" ); document.write( "if jill is h years old, how old is cathy in terms of h? \n" ); document.write( "\" \n" ); document.write( "let j =Jack's age, let h = Jill's age, let k - Kathy's age \n" ); document.write( "write an equation for each statement \n" ); document.write( "\" jack is twice as old as jill\" \n" ); document.write( "j = 2h \n" ); document.write( "\" and six years younger than kathy.\" \n" ); document.write( "j = k-6 \n" ); document.write( ": \n" ); document.write( " if jill is h years old, how old is kathy in terms of h? \n" ); document.write( "replace j with 2h in the above equation \n" ); document.write( "2h = k-6 \n" ); document.write( "2h+6 = k \n" ); document.write( "or \n" ); document.write( "k = 2h+6 \n" ); document.write( " |