document.write( "Question 551663: If a child were four times his present age, he would be half as old as his father is now. If his father is 30 years old, how old is the child now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #359857 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let c = child's present age \n" ); document.write( "let f = father's age \n" ); document.write( ": \n" ); document.write( "If a child were four times his present age, he would be half as old as his father is now. \n" ); document.write( "4c = .5f \n" ); document.write( "we can simplify, multiply both sides by 2 \n" ); document.write( "8c = f \n" ); document.write( ": \n" ); document.write( "If his father is 30 years old, how old is the child now? \n" ); document.write( "8c = 30 \n" ); document.write( "c = \n" ); document.write( "c = 3.75 yrs old \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Usually these problems have integer solutions, but not this one, check it out \n" ); document.write( "4(3.75) = .5(30) \n" ); document.write( "15 = 15 \n" ); document.write( " |