document.write( "Question 21189: Jim is k years old. Joe is k2 (k squared) years old. In 8 years Joe will be twice as old as Jim is then. How old is Joe now? NEeds to be done as a \"Zero Product Property\" \r
\n" );
document.write( "\n" );
document.write( "0 = k+8(2) \n" );
document.write( "
Algebra.Com's Answer #10389 by kapilsinghi(68)![]() ![]() ![]() You can put this solution on YOUR website! Jim is k years old. Joe is k2 (k squared) years old. In 8 years Joe will be twice as old as Jim is then. How old is Joe now? NEeds to be done as a \"Zero Product Property\" \r \n" ); document.write( "\n" ); document.write( "Jim Age after 8 years = k+8 \n" ); document.write( "Joe age after 8 years = k^2 +8\r \n" ); document.write( "\n" ); document.write( "according to the condition \"In 8 years Joe will be twice as old as Jim is then\" \n" ); document.write( "(k+8)*2= k^2 + 8 \n" ); document.write( "2k+16= k^2 + 8 \n" ); document.write( "0= k^2 -2k + 8 -16 \n" ); document.write( "0= k^2 -2k -8 \n" ); document.write( "0= k^2 -4k +2k -8 \n" ); document.write( "0= k(k-4)+2(k-4) \n" ); document.write( "0= (k+2)(k-4) \n" ); document.write( "k=-2 rejected \n" ); document.write( "k=4 \n" ); document.write( "age of joe = k^2 = 4^2 = 16 \n" ); document.write( " |