document.write( "Question 360689: Feed, Tiger, and Nancy play a round of golf together. Their combined score is 223. Fred's score was 3 more than Nancy's, and Tiger's score was 7 more than Fred's. What was each person's score? \n" ); document.write( "
Algebra.Com's Answer #257402 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x repesent Nancy's score, then Fred's is (x+3) and Tiger's is (x+3+7) or (x+10)
\n" ); document.write( "x + (x + 3) + (x + 10) = 223
\n" ); document.write( "solve for x
\n" ); document.write( "3x + 13 = 223
\n" ); document.write( "3x = 210
\n" ); document.write( "x = 70
\n" ); document.write( "Nancy's score was 70, Fred's 73 and Tiger's 80.
\n" ); document.write( "checking our answer
\n" ); document.write( "70 + 73 + 80 = 223 \n" ); document.write( "
\n" );