document.write( "Question 723268: A boy is twice as old as his sister, and half as old as their father. In 50 years, his sister will be as old as their father. How old is the boy now? \n" ); document.write( "
Algebra.Com's Answer #443091 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A boy is twice as old as his sister, and half as old as their father. In 50 years, his sister will be as old as their father. How old is the boy now?
\n" ); document.write( "***
\n" ); document.write( "let x=boy's age now
\n" ); document.write( "x/2=sister's age now
\n" ); document.write( "2x=father's age now
\n" ); document.write( "..
\n" ); document.write( "x/2+50=2x
\n" ); document.write( "1.5x=50
\n" ); document.write( "x=33-1/3
\n" ); document.write( "boy's age now=33-1/3
\n" ); document.write( "
\n" );