document.write( "Question 344181: how do you get the equation set up for the problem:\r
\n" );
document.write( "\n" );
document.write( "Kathy is six years younger than bill. 12 years ago, bill was twice as old as Kathy was then. how old are they now? \n" );
document.write( "
Algebra.Com's Answer #246305 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! how do you get the equation set up for the problem: \n" ); document.write( "Let k = Kathy's present age \n" ); document.write( "Let b = Bill's present age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement simplify each equation: \n" ); document.write( ": \n" ); document.write( "\"Kathy is six years younger than bill. \n" ); document.write( "k = (b-6) \n" ); document.write( ": \n" ); document.write( "\" 12 years ago, bill was twice as old as Kathy was then.\" \n" ); document.write( "b - 12 = 2(k - 12) \n" ); document.write( "b - 12 = 2k - 24 \n" ); document.write( "b - 12 = 2k - 24 + 12 \n" ); document.write( "b = 2k - 12 \n" ); document.write( ": \n" ); document.write( "Now all you have to do is replace k with (b-6) and solve for b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " how old are they now? \n" ); document.write( " |