document.write( "Question 774062: Johns father is 61 years old. The difference between his age 4 years ago and johns age in 1 year is equal to Johns age now. How old is John? \n" ); document.write( "
Algebra.Com's Answer #472076 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let j = John's present age \n" ); document.write( ": \n" ); document.write( "Johns father is 61 years old. \n" ); document.write( " The difference between his age 4 years ago and johns age in 1 year is equal to Johns age now. \n" ); document.write( "61 - 4 - (j + 1) = j \n" ); document.write( "57 - j - 1 = j \n" ); document.write( "57 - 1 = j + j \n" ); document.write( "56 = 2j \n" ); document.write( "j = 56/2 \n" ); document.write( "j = 28 yrs \n" ); document.write( " \n" ); document.write( " |