-
OneTwoThreeFour
- Senior | Next Rank: 100 Posts
- Posts: 85
- Joined: Sat Jan 01, 2011 11:57 am
- Thanked: 1 times
If t is a positive integer and r is the remainder when t^2 + 5t+6 is divided by 7, what is the value of r?
(1) When t is divided by 7, the remainder is 6.
(2) When t^2 is divided by 7, the remainder is 1.
My question is primarily on statement one. According to modulo arithmetic, the remainder for statement 1 is 2, since
remainder of t^2 is 36/7=1, 5t is 30/7=2, and remainder of 6/7 is 6. Thus 1+2+6=9 and 9-7=2. So the value of r is 2.
The proof for remainder of 5t/7 is given by:
t/y=Q + r/y (Where y is the divisor, r is the remainder, and Q is the quotient.)
5 * (t/y) = 5Q + 5r/y
This works, but my proof for t^2/7 is:
t * (t/y)= tQ + t*r/y. (t*r/y cannot equal to t^2/y for all circumstances.)
So what I am doing wrong? I know that the remainder for t^2/y is the same as r^2/y, so what is a correct proof for t^2/y?
Secondly, is there a quicker way to solve statement 2 from a conceptual approach instead of picking numbers?
Thanks!
(1) When t is divided by 7, the remainder is 6.
(2) When t^2 is divided by 7, the remainder is 1.
My question is primarily on statement one. According to modulo arithmetic, the remainder for statement 1 is 2, since
remainder of t^2 is 36/7=1, 5t is 30/7=2, and remainder of 6/7 is 6. Thus 1+2+6=9 and 9-7=2. So the value of r is 2.
The proof for remainder of 5t/7 is given by:
t/y=Q + r/y (Where y is the divisor, r is the remainder, and Q is the quotient.)
5 * (t/y) = 5Q + 5r/y
This works, but my proof for t^2/7 is:
t * (t/y)= tQ + t*r/y. (t*r/y cannot equal to t^2/y for all circumstances.)
So what I am doing wrong? I know that the remainder for t^2/y is the same as r^2/y, so what is a correct proof for t^2/y?
Secondly, is there a quicker way to solve statement 2 from a conceptual approach instead of picking numbers?
Thanks!












