document.write( "Question 1171151: How many solution does the equation in integers between
and
? \n" );
document.write( "
Algebra.Com's Answer #796299 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "**************************************************** \n" ); document.write( "The student responded to my original response saying that he wrote a computer program to find the correct answer, which he says is 224. \n" ); document.write( "My original response was an attempt to show a solution using logical analysis and mathematics -- not a computer. \n" ); document.write( "My approach was valid; but my counting of the number of ways was flawed. I have corrected those numbers and have come up with a new answer that agrees with his. \n" ); document.write( "I have corrected my response below.... \n" ); document.write( "**************************************************** \n" ); document.write( "I was waiting to see if another tutor would come up with a clever way to find the answer.... \n" ); document.write( "Not seeing that happening, here is the solution I came up with.... \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( "Use a \"greedy\" algorithm, where you make an ordered list with the entries higher in the list using more of the larger numbers. \n" ); document.write( "To make sure you don't duplicate entries in the list, require that the four numbers be listed in non-increasing order. \n" ); document.write( "Then, for each of the sets of 4 numbers you find, determine the number of different arrangements of those 4 numbers. \r\n" ); document.write( " pattern requirement 4-tuples # of arrangements\r\n" ); document.write( " -------------------------------------------------\r\n" ); document.write( "(3,3,a,b): a+b=-5: (3,3,-2,-3) \n" ); document.write( "ANSWER: There are \n" ); document.write( " \n" ); document.write( " |