document.write( "Question 395815: in a serivce center, each constumer takes a number and the numbers are consective. one day, the first constumer took the number x and the last constumer took the number y. how many consutmers visited the center on that day? \n" ); document.write( "
Algebra.Com's Answer #280885 by richard1234(7193) You can put this solution on YOUR website! The numbers x, x+1, ..., y were taken that day. To find the number of people who visited, we find the size of the set {x, x+1, ...y}. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtracting x-1 from all terms of the set this is equivalent to the set {1, 2, ..., y-x+1}. Therefore y-x+1 customers visited the service center.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note that the answer is not simply y-x...this is because the set is inclusive. \n" ); document.write( " |