document.write( "Question 1086339: One week a syndicate of x people won $1000 in a lottery. If there had been two fewer people in the syndicate, each person would have received $25 more. How many people are in the syndicate?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #718719 by youngalabama(1)![]() ![]() ![]() You can put this solution on YOUR website! y = total prize \n" ); document.write( "y = 1025(x-2) \n" ); document.write( "1000x = y \n" ); document.write( "1000x = 1025(x-2) \n" ); document.write( "1000x = 1025x - 2050 \n" ); document.write( "-25x = 2050 \n" ); document.write( "x = 82 \n" ); document.write( " |