document.write( "Question 834714: Claire has 250 pennies. Some pennies are in a box and some in her bank. There are more than 100 pennies in each place. How many pennies could be in each place? Explaine how you solved the problem \n" ); document.write( "
Algebra.Com's Answer #503375 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
There are n pennies in the box\r\n" );
document.write( "\r\n" );
document.write( "Therefore there are 250-n in the bank\r\n" );
document.write( "\r\n" );
document.write( "n > 100, so 100 < n\r\n" );
document.write( "\r\n" );
document.write( "250-n > 100\r\n" );
document.write( "   -n > -150\r\n" );
document.write( "    n < 150\r\n" );
document.write( "  \r\n" );
document.write( "100 < n < 150\r\n" );
document.write( "\r\n" );
document.write( "From 101 through 149, that 149-100 or 49 ways.\r\n" );
document.write( "\r\n" );
document.write( "1.  101 pennies in the box and 149 in the bank.\r\n" );
document.write( "2.  102 pennies in the box and 148 in the bank.\r\n" );
document.write( "3.  103 pennies in the box and 147 in the bank.\r\n" );
document.write( "4.  104 pennies in the box and 146 in the bank.\r\n" );
document.write( "5.  105 pennies in the box and 145 in the bank.\r\n" );
document.write( "6.  106 pennies in the box and 144 in the bank.\r\n" );
document.write( "7.  107 pennies in the box and 143 in the bank.\r\n" );
document.write( "8.  108 pennies in the box and 142 in the bank.\r\n" );
document.write( "9.  109 pennies in the box and 141 in the bank.\r\n" );
document.write( "10.  110 pennies in the box and 140 in the bank.\r\n" );
document.write( "11.  111 pennies in the box and 139 in the bank.\r\n" );
document.write( "12.  112 pennies in the box and 138 in the bank.\r\n" );
document.write( "13.  113 pennies in the box and 137 in the bank.\r\n" );
document.write( "14.  114 pennies in the box and 136 in the bank.\r\n" );
document.write( "15.  115 pennies in the box and 135 in the bank.\r\n" );
document.write( "16.  116 pennies in the box and 134 in the bank.\r\n" );
document.write( "17.  117 pennies in the box and 133 in the bank.\r\n" );
document.write( "18.  118 pennies in the box and 132 in the bank.\r\n" );
document.write( "19.  119 pennies in the box and 131 in the bank.\r\n" );
document.write( "20.  120 pennies in the box and 130 in the bank.\r\n" );
document.write( "21.  121 pennies in the box and 129 in the bank.\r\n" );
document.write( "22.  122 pennies in the box and 128 in the bank.\r\n" );
document.write( "23.  123 pennies in the box and 127 in the bank.\r\n" );
document.write( "24.  124 pennies in the box and 126 in the bank.\r\n" );
document.write( "25.  125 pennies in the box and 125 in the bank.\r\n" );
document.write( "26.  126 pennies in the box and 124 in the bank.\r\n" );
document.write( "27.  127 pennies in the box and 123 in the bank.\r\n" );
document.write( "28.  128 pennies in the box and 122 in the bank.\r\n" );
document.write( "29.  129 pennies in the box and 121 in the bank.\r\n" );
document.write( "30.  130 pennies in the box and 120 in the bank.\r\n" );
document.write( "31.  131 pennies in the box and 119 in the bank.\r\n" );
document.write( "32.  132 pennies in the box and 118 in the bank.\r\n" );
document.write( "33.  133 pennies in the box and 117 in the bank.\r\n" );
document.write( "34.  134 pennies in the box and 116 in the bank.\r\n" );
document.write( "35.  135 pennies in the box and 115 in the bank.\r\n" );
document.write( "36.  136 pennies in the box and 114 in the bank.\r\n" );
document.write( "37.  137 pennies in the box and 113 in the bank.\r\n" );
document.write( "38.  138 pennies in the box and 112 in the bank.\r\n" );
document.write( "39.  139 pennies in the box and 111 in the bank.\r\n" );
document.write( "40.  140 pennies in the box and 110 in the bank.\r\n" );
document.write( "41.  141 pennies in the box and 109 in the bank.\r\n" );
document.write( "42.  142 pennies in the box and 108 in the bank.\r\n" );
document.write( "43.  143 pennies in the box and 107 in the bank.\r\n" );
document.write( "44.  144 pennies in the box and 106 in the bank.\r\n" );
document.write( "45.  145 pennies in the box and 105 in the bank.\r\n" );
document.write( "46.  146 pennies in the box and 104 in the bank.\r\n" );
document.write( "47.  147 pennies in the box and 103 in the bank.\r\n" );
document.write( "48.  148 pennies in the box and 102 in the bank.\r\n" );
document.write( "49.  149 pennies in the box and 101 in the bank.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );