document.write( "Question 421686: larry curly and mo enter a math contest. questions are worth 2, 3, and 7 points. they each got 30 points and answered the same amount of questions total, but not the same amount of each type of question. how many of each type of question did each of them ask? \n" ); document.write( "
Algebra.Com's Answer #294486 by Edwin McCravy(20081)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "Suppose Larry answered the most number of 7-pt questions.\r\n" );
document.write( "Suppose Curly answered the next highest number of 7-pt-questions.\r\n" );
document.write( "Suppose Mo answered the least number of 7-pt questions. Then:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                    Larry    Curly   Mo  \r\n" );
document.write( "No. of 7-pointers     2        1      0         \r\n" );
document.write( "No. of 3-pointers     0        5     10     \r\n" );
document.write( "No. of 2-pointers     8        4      0   \r\n" );
document.write( "-----------------------------------------\r\n" );
document.write( "Total questions      10       10     10\r\n" );
document.write( "Total points         30       30     30 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );