Class was started off today with another fun problem!
Daily Problem : Find the smallest positive integer which when divided by 10 leaves a remainder of nine, when divided by 9 leaves a remainder of 8, by 8 leaves a remainder of 7, etc…down to where when divided by 2 it leaves a remainder of 1
First suggestions came up that it the number must end in nine, and therefore also must be odd. This is because if the number was even there is a possibility of not having a remainder, and if it was any other odd number, there would be more than one for the remainder.
Whenever we see “remainder” we have to think modulo.
x=9 (mod 10) so x+1 ? ( mod 10) which is congruent to 0 (mod 10)
continuing this pattern…
x=8 (mod8) so x+1 ? 0(mod9)
x=7 (mod8) x+1 ? 0(mod8)
continuing…
x=1 (mod2) x+1 ? (mod2)
x+1 must be evenly divisible by 9, 8, 7, … 1
now think that 10 requires a 2 and a 5
9 requires a 3 and a 3
6 requires a 2 and a 3
4 requires a 2 and a 2
2 requires a 2 and a 1
somehow if you multiple 2 5 3 3 2 2 7 then subtract 1, it gives you the answer
this can also be written as x+1= (2^3) (3^2) (5) (7) which equals 2,519
the problem is, i am not yet familiar on how this answer came about. I will ask Mr. Bieniek, and get back to this lovely post asap. sorry for the inconvenience but i do not want to give the inter-web incorrect information.
Today’s actual lesson consisted of reviewing awesome transformations.
the first problem was what happens when .5 f(x) is graphed. one must remember that this is an output function and therefore does not affect the scale, but changes the graph. Also because it is an output function all of the X values will remain the same but the Y values will change accordingly.
the second problem is now f(.5 x) This time it is an input function. Because it is input the scale must change. If you graph it on another grid with the correct scale, it appears to be the same graph. but if you regraph it using the original scale but the new x values, the y values remain the same as the x values are either stretched or scrunched.
f(x)-4 What will happen now. Well this one is simple, the entire graph is moved down four spaces.
f(x-7) this one is different than the previous funciton. this is an input function so the scale must be changed. Because it is f(x-7) the entire grid is pulled 7 unites to the left (because it’s negative). Therefore the new graph appears to have moved to the right. 7 becomes lies on the original origin and other than being moved on the x-axis, the graph remains the same.
And the next lucky contestant to have the honor of posting a post to this blog is……….(drum role please)………………. MISS SHANNA ****!!!!!


