document.write( "Question 986433: I have been trying to solve this age problem: A boy's sister is 3 years younger than him. His father is 26 years older than the boy. Four years ago the father's age was 3 times the sum of the two children's age. Find the present ages of the father and his children. \n" ); document.write( "
Algebra.Com's Answer #607186 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
b boy
\n" ); document.write( "s sister
\n" ); document.write( "f father
\n" ); document.write( "\"s=b-3\"; \"f=b%2B26\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Four years ago
\n" ); document.write( "\"f-4=3%28s-4%2Bb-4%29\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Three equations in three unknowns. Do you know what to do now?
\n" ); document.write( "
\n" );