document.write( "Question 158679: Its about Divisibility. Use this hints to figure out how many dancers there were. There are 40 5th graders in the school, but they did not all dance.When the dancers rehearsed in rows of 2, one dancer was left to dance alone. When the dancers rehearsed in rows of 3, two dancers were left to dance together. When the dancers rehearsed in rows of 4, three dancers were left to dance together. When the dancers rehearsed in rows of 5, finally every dancers was in a row! How many dancers could have been in the dance scene? Explain how you got your answer. \n" ); document.write( "
Algebra.Com's Answer #116899 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let N=number of dancers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"There are 40 5th graders in the school, but they did not all dance\" __ N<40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"When the dancers rehearsed in rows of 2, one dancer was left to dance alone\" \n" ); document.write( "__ N is odd\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"When the dancers rehearsed in rows of 5, finally every dancers was in a row!\" \n" ); document.write( "__ N is divisible by 5 __ 5, 15, 25, or 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"When the dancers rehearsed in rows of 3, two dancers were left to dance together\" \n" ); document.write( "__ when N is divided by 3, the remainder is 2 __ 5 or 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"When the dancers rehearsed in rows of 4, three dancers were left to dance together\" \n" ); document.write( "__ when N is divided by 4, the remainder is 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N must equal 35 \n" ); document.write( " |