document.write( "Question 349962: Fred, Tiger and Nancy all play a round of golg togehter. their combined score was is 223. Freds score was 3 more than Nancy, and tigers score was 7 more than freds. what was each persons score? \n" ); document.write( "
Algebra.Com's Answer #250115 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! f=n+3 \n" ); document.write( "n=n \n" ); document.write( "t=(n+3)+7 \n" ); document.write( "n+3+n+n+3+7=223 \n" ); document.write( "3n=210 \n" ); document.write( "n=70 \n" ); document.write( "n+3=73 \n" ); document.write( "(n+3)+7=80 \n" ); document.write( " |