document.write( "Question 932144: I am 5 years older than my pet cat who's now 10. When will I be twice as old as the cat?\r
\n" );
document.write( "\n" );
document.write( "I have to solve using one variable. It's easy to see the answer would be 5 years ago, when I was 10 and my cat was 5; but I have to solve using algebra. \n" );
document.write( "
Algebra.Com's Answer #565995 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Now: Cat 10, You 15. \n" ); document.write( "x the number of years ago You were twice as old as the cat \n" ); document.write( "15 - x = 2(10-x) \n" ); document.write( "15 - x = 20 - 2x \n" ); document.write( "x = 5 \n" ); document.write( " \n" ); document.write( " |