SOLUTION: When p is divided by 7, the remainder is 1. What is the remainder when (3p-2)is divided by 7?
A)0
B)1
C)2
D)3
Algebra.Com
Question 1144078: When p is divided by 7, the remainder is 1. What is the remainder when (3p-2)is divided by 7?
A)0
B)1
C)2
D)3
Found 2 solutions by math_helper, Alan3354:
Answer by math_helper(2461) (Show Source): You can put this solution on YOUR website!
B) 1
----------
x mod 7 = 1
(3x - 2) mod 7 = ((3x) mod 7) - (2 mod 7) = (3 mod 7) - (2 mod 7) = (3 - 2) mod 7 = 1 mod 7
-----------
Spot check:
8 mod 7 = 1, (8*3 - 2) mod 7 = 22 mod 7 = 1
36 mod 7 = 1, (36*3 - 2) mod 7 = 106 mod 7 = 1
22 mod 7 = 1, (22*3 - 2) mod 7 = 64 mod 7 = 1
Answer by Alan3354(69443) (Show Source): You can put this solution on YOUR website!
When p is divided by 7, the remainder is 1. What is the remainder when (3p-2)is divided by 7?
-------------
p = n*7 + 1 ------ n is an integer
---
3p-2 = 21n + 1
Remainder = 1
RELATED QUESTIONS
When 12345678 is divided by 9, the remainder is?
(A) 0 (B) 1 (C) 3 (D) 5 (E)... (answered by stanbon)
When d is divided by 7, the remainder is 5. What is the remainder when d+1 is divided by... (answered by ikleyn)
When n is divided by 4, the remainder is 3. What is the remainder when (3n-1)) is divided (answered by rothauserc,ikleyn)
p(x)=3x^3+ax-2
In the function above, a is a constant.If the remainder when P(x) is... (answered by jim_thompson5910)
What is that number , when that number is divided by 9 the remainder is 8 , when that... (answered by AnlytcPhil)
When a number n is divided by 7, the remainder is 2. What is the remainder when 2n+1 is... (answered by Edwin McCravy)
What is the smallest possible integer that's greater than 100, and leaves a remainder of... (answered by CubeyThePenguin)
when x^3 + 3x^2 - 2x + 7 is divided by x + 1, the remainder is
a. 7
b. 8
c. 9
d. 11... (answered by Nate)
When the positive integer x is divided by 8, the remainder is 3. What is the remainder... (answered by jim_thompson5910)