document.write( "Question 1105442: In three (3) years from now, Jenny’s grandfather will be six (6) times as old as Jenny was last
\n" );
document.write( "year. Presently, the sum of Jenny’s age and her grandfather’s age is 68. How old will Jenny and her grandfather be ten (10) years from now?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Write an Algorithm for the above question. \n" );
document.write( "
Algebra.Com's Answer #720269 by Theo(13342)![]() ![]() You can put this solution on YOUR website! G = grandfather's age today. \n" ); document.write( "J = jennie's age today.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sum of their ages is equal to 68.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "G + J = 68\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for G to get G = 68 - J\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 3 years jennie's grandfather will be 6 times as old as jennie was 1 year ago.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "G + 3 = 6 * (J - 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 3 from this equation to get G = 6 * (J - 1) - 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distribute the multiplication to get G = 6 * J - 6 - 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get G = 6 * J - 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since G = 68 - J, replace G with 68 - J in this equation to get 68 - J = 6 * J - 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add J to both sides of this equation and add 9 to both side of this equation to get 68 + 9 = 6 * J + J\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 77 = 7 * J\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 7 to get 11 = J.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since G + J = 68 and J = 11, then G + 11 = 68.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for G to get G = 68 - 11 = 57\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "today, the grandfather is 57 and jennie is 11.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 years from now, the grandfather will be 60. \n" ); document.write( "1 year ago jennie was 10. \n" ); document.write( "3 years from now, the grandfather sill be 6 * as old as jennie was 1 year ago.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the grandfather's age and jennie's age is currently 11 + 57 = 68\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all the requirements of the problem have been satisfied, therefore the value of G and J are good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you were asked what their ages will be 10 years from now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10 years from now, the grandfather will be 57 + 10 = 67 and jennie will be 11 + 10 = 21.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |