document.write( "Question 906545: A man is 2 years older than his sister. Thirty years ago he was 3 times as old as her. How old is the man now? \n" ); document.write( "
Algebra.Com's Answer #550024 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man is 2 years older than his sister. \n" ); document.write( " Thirty years ago he was 3 times as old as her. \n" ); document.write( " How old is the man now? \n" ); document.write( "; \n" ); document.write( "let m = the man's age \n" ); document.write( "let s = the sisters' age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"A man is 2 years older than his sister.' \n" ); document.write( "m = s + 2 \n" ); document.write( ": \n" ); document.write( "\" Thirty years ago he was 3 times as old as her.\" \n" ); document.write( "m - 30 = 3(s - 30) \n" ); document.write( "m - 30 = 3s - 90 \n" ); document.write( "m = 3s - 90 + 30 \n" ); document.write( "m = 3s - 60 \n" ); document.write( "Replace m with (s+2), from the 1st statement \n" ); document.write( "s + 2 = 3s - 60 \n" ); document.write( "2 + 60 = 3s - s \n" ); document.write( "62 = 2s \n" ); document.write( "s = 62/2 \n" ); document.write( "s = 31 yrs is the sister's age \n" ); document.write( "then \n" ); document.write( "m = 31 + 2 \n" ); document.write( "m = 33 is the man's age \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this using the statement: \n" ); document.write( "\"Thirty years ago he was 3 times as old as her.\" \n" ); document.write( "33 - 30 = 3(31 - 30) \n" ); document.write( "3 = 3(1)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |