document.write( "Question 222928: Hello, I have a hard time figuring out how to set word problems into number problems. I was wondering if you could help. Here's the problem I'm struggling with:
\n" );
document.write( "Bill's weight is 48 kilograms. This is 10 kilograms more than one half of his father's weight. What is his father's weight ?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "My problem isn't the solving of equations, I just can't set up the problem correctly.
\n" );
document.write( "Thank you so much for your time and help. \n" );
document.write( "
Algebra.Com's Answer #166823 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bill's weight is 48 kilograms. This is 10 kilograms more than one half of his father's weight. \n" ); document.write( "What is his father's weight? \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"Bill's weight is 48 kilograms.\" \n" ); document.write( "b = 48 \n" ); document.write( ": \n" ); document.write( "\"This is 10 kilograms more than one half of his father's weight.\" \n" ); document.write( "b = .5f + 10 \n" ); document.write( ": \n" ); document.write( " What is his father's weight? \n" ); document.write( ": \n" ); document.write( "We can replace b with 48 \n" ); document.write( "48 = .5f + 10 \n" ); document.write( " |