document.write( "Question 1139043: Patty is picking peppermints off a tree. They come in two colors , red and white . She picks fewer than 100 total peppermints but at least one of each color . The white flavor is stronger , so she prefers red to white . Thus , she always picks fewer white peppermints than TEN times the number of reds. How many different combinations of peppermints can she go home with ?
\n" ); document.write( "The answer is 4446. Kindly help solve this . Thanks !!
\n" ); document.write( "

Algebra.Com's Answer #756888 by greenestamps(13330)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Make an organized list of the numbers of whites she can choose for each possible number of reds.

\n" ); document.write( "Since she must choose at least one of each color, and since the total number has to be less than 100, and since the number of whites has to be less than 10 times the number of reds, the number of reds can be any number from 1 to 98.

\n" ); document.write( "For numbers of reds up to 9, the possible numbers of whites are limited by the requirement that the number of whites be less than 10 times the number of reds:
\r\n" );
document.write( "  number of reds   number of whites       number of choices\r\n" );
document.write( "  ---------------------------------------------------------\r\n" );
document.write( "    1              less than 10; so 1-9      9\r\n" );
document.write( "    2              less than 20; so 1-19    19\r\n" );
document.write( "    3              less than 30; so 1-29    29\r\n" );
document.write( "    ...                                    ...\r\n" );
document.write( "    8              less than 80; so 1-79    79\r\n" );
document.write( "    9              less than 90; so 1-89    89\r\n" );
document.write( "                                     ----------\r\n" );
document.write( "                                  total    ___


\n" ); document.write( "For numbers of reds 10 or greater, the requirement that the number of whites be less than 10 times the number of reds is automatically satisfied, because the total number has to be less than 100; the possible numbers of whites are now limited by the requirement that the total number of peppermints be less than 100.
\r\n" );
document.write( "  number of reds   number of whites       number of choices\r\n" );
document.write( "  ---------------------------------------------------------\r\n" );
document.write( "   10              less than 90; so 1-89    89\r\n" );
document.write( "   11              less than 89; so 1-88    88\r\n" );
document.write( "   12              less than 88; so 1-87    87\r\n" );
document.write( "  ...                                      ...\r\n" );
document.write( "   96              less than 4;  so 1-3      3\r\n" );
document.write( "   97              less than 3;  so 1-2      2\r\n" );
document.write( "   98              less than 2;  so 1        1\r\n" );
document.write( "                                     ----------\r\n" );
document.write( "                                  total   ____


\n" ); document.write( "You can fill in the missing numbers in each table and thus find the answer to the problem.

\n" ); document.write( "The sum in each of the two tables is the sum of an arithmetic series, so calculating the sum for each table should be relatively easy.

\n" ); document.write( "And the total number of ways is indeed 4446.

\n" ); document.write( "----------------------------------------------------------------

\n" ); document.write( "There are many forms of the formula for the sum of the terms of an arithmetic sequence. But rather than a formula in algebraic notation, use a common sense \"formula\":

\n" ); document.write( "The sum of the terms of any arithmetic sequence is

\n" ); document.write( "(number of terms) * (average of the first and last terms)

\n" ); document.write( "In this problem, there are two arithmetic sequences. Plug in the numbers for each.

\n" ); document.write( "In the first, from the analysis for numbers of reds from 1 to 9, there are 9 terms, with first term 9 and last term 89.

\n" ); document.write( "In the second, there are 89 terms, with first term 89 and last term 1.
\n" ); document.write( "
\n" );