document.write( "Question 1121008: when the father was the same age as his daughter is now, she was 4 years old. when the daughter becomes the same age as her father is now, her father will be 79 years old. what are their ages \n" ); document.write( "
Algebra.Com's Answer #736739 by Theo(13342)![]() ![]() You can put this solution on YOUR website! good one.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let f = the father's age now. \n" ); document.write( "let d = the daughter's age now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "not sure whether i needed to do it this way, but it worked.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the father was the same age as his daughter is now, she was 4 years old.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x equal the number of years when the father was the same age as his daughter is now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equations for that are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f - x = d \n" ); document.write( "d - x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x in the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = d - 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x with d - 4 in the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f - x = d becomes f - (d - 4) = d \n" ); document.write( "simplify to get f - d + 4 = d \n" ); document.write( "add d and subtract 4 from both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 2d - 4 ***** hold on to this for later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the daughter becomes the same age as her father is now, her father will be 79 years old.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y equal the number of years when the daughter is the same age as the father is now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equations for that are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d + y = f \n" ); document.write( "f + y = 79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y in the second equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 79 - f\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace y in the first equation with that to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d + y = f becomes d + (79 - f) = f \n" ); document.write( "simplify tto get d + 79 - f = f \n" ); document.write( "add f to both sides 79 from both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = 2f - 79 ***** hold onto this for later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "later:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equations you held are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 2d - 4 \n" ); document.write( "d = 2f - 79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace d with 2f - 79 in the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 2 * (2f - 79) - 4 \n" ); document.write( "simplify to get: \n" ); document.write( "f = 4f - 158 - 4 \n" ); document.write( "combine like terms to get: \n" ); document.write( "d = 4f - 162 \n" ); document.write( "add 162 and subtract d from both sides of this euation to get: \n" ); document.write( "162 = 3f \n" ); document.write( "solve for f to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to f = 2d - 4 and replace f with 54 to get: \n" ); document.write( "54 = 2d - 4 \n" ); document.write( "add 4 to both sides of this equation to get 58 = 2d \n" ); document.write( "solve for d to get d = 58/2 = 29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = 29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you now have f = 54 and d = 29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to f - x = d and replace f with 54 and d with 29 \n" ); document.write( "solve for x to get x = 54 - 29 = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25 years ago, the father was 54 - 25 = 29 \n" ); document.write( "25 years ago, the daughter was 29 - 25 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your first 2 equations of:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f - x = d \n" ); document.write( "d - x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hold true when f = 54 and d = 29 and x = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "54 - 25 = 29 which is the daughter's age now. \n" ); document.write( "25 - 25 = 4 which is how old the daughter was when the father was her age.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to d + y = f and replace d with 29 and f = 54 to get: \n" ); document.write( "29 + y = 54 \n" ); document.write( "solve for y to get y = 54 - 29 = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25 years from now, the daughter will be 29 + 25 = 54 \n" ); document.write( "29 years from now, the father will be 54 + 25 = 79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second 2 equations of:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d + y = f \n" ); document.write( "f + y = 79\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hold true when d = 29 and f = 54 and y = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "29 + 25 = 54 which is the age her father is now. \n" ); document.write( "54 + 25 = 79 which is the age her father will be when she is as old as her father is now.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that the father is 54 and the daughter is 29.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25 years ago, he was 29 and she was 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25 years from now, he will be 79 and she will be 54.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |