document.write( "Question 900245: A girl carrying a fishing pole and a large fish she had just caught was walking by a lake. She met a man coming the other way. \r
\n" );
document.write( "\n" );
document.write( "\"say, that's a whopper\", said the man. Have you had it weighed.
\n" );
document.write( "The girl said it weighs 10 pounds plus half its weight. How much did the fish weigh? \n" );
document.write( "
Algebra.Com's Answer #545842 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! girl carrying a fishing pole and a large fish she had just caught was walking by a lake. She met a man coming the other way. \n" ); document.write( "\"say, that's a whopper\", said the man. Have you had it weighed. \n" ); document.write( "The girl said it weighs 10 pounds plus half its weight. How much did the fish weigh? \n" ); document.write( "*** \n" ); document.write( "let x=weight of fish \n" ); document.write( "x=x/2+10 \n" ); document.write( "x/2=10 \n" ); document.write( "x=20 \n" ); document.write( "How much did the fish weigh? 20 pounds \n" ); document.write( " |