can anyone please solve this What is the unit's digit in the product of (7^71*6^59*3^65)????
you need to solve : (7^71*6^59*3^65) mod 10
\( 7^{71} = 7(7^2)^{35} = 7(-1)^{35} = -7 = 3 \mod 10 \)
similarly find the other remainders
3^x can have only three digits in the unit place (leaving the case when x=0) 3,9,1 so for 3^65 you do 65 mod 3 which give 2 so unit place will be 9 for 3^65 similarly 6^x has only 1 value in the unit place so 6^59 will have 6 in the unit place for 7^x we have 4 values 7,9,3,1 in the unit place so we will find 71 mod 4 which is 3 so 7^71 will have 3 in the unit place Now we will get 3*6*9 =162 hence 2 will be in the unit place
but the answer to this question is 4
Unit's digit of (3^65)*(6^59)*(7^71) = (Unit's digit of 3^65)*(Unit's digit of 6^59)*(Unit's digit of 7^71) Any power of 6 ends with 6. Hence, unit's digit 6^59 = 6 Now for powers of 3, Unit's digit of 3^(Multiple of 4) = 1 Unit's digit of 3^(Multiple of 4 + 1) = 3 Unit's digit of 3^(Multiple of 4 + 2) = 9 Unit's digit of 3^(Multiple of 4 + 3) = 7 Hence, unit's digit of 3^65 = unit's digit of 3^(4*16 + 1) = 3 Now for powers of 7, Unit's digit of 7^(Multiple of 4) = 1 Unit's digit of 7^(Multiple of 4 + 1) = 7 Unit's digit of 7^(Multiple of 4 + 2) = 9 Unit's digit of 7^(Multiple of 4 + 3) = 3 Hence, unit's digit of 7^71 = unit's digit of 7^(4*17 + 3) = 3 Hence, unit's digit of (3^65)*(6^59)*(7^71) = unit's digit of 3*6*3 = unit's digit of 54 = 4
ok got it thanks a lot
you are welcome!!
K I made a mistake with 3. Sorry
@beccaboo022a can you help me understand your method please
thanks for helping:)
\(7^{71} = 7(7^2)^{35} \)
@thisSucks
k then?
\(7^2 = 49\) leaves a remainder of -1 when divided by 10
so, \(7^{71} = 7(7^2)^{35} = 7(49)^{35} = 7(-1)^{35} \mod 10 \)
see if that makes sense
I followed till the point 72=49 leaves a remainder of -1 when divided by 10 But not sure how can we write 7(49)35=7(−1)35 mod 10
we use this property if mods :- \(a = b \mod n \) \(\implies \) \(a^k = b^k \mod n \)
*of
\(49 = -1 \mod 10\) \(\implies\) \(49^k = (-1)^k \mod 10\)
I have not learned this property. Also I learned that mod always gives +ve number for positive numbers.
okay, thats just false. -1 is same as 9 in mod 10
-11 = -1 = 9 in mod 10
mod is defined for all integers
Thanks for the effort but still I am not clear. even when I try it on google calculator -1 mod 10 gives 9
yes, so 9 mod 10 = -1 mod 10
Thanks! Can you share any online proof for a=b mod n I don't want to waste your time
i have time, i can try the proof here. its simple, wont take long time
Sure!
can you state the proof here. I will have a look and if any doubt I will ask you
first a simple definition for mod :- \(a \equiv b \mod n\) means, \(n | a-b\)
next few trivial results :- 1) \(a \equiv a \mod n\) 2) if \(a = b \mod n \), then \(b \equiv a \mod n \) 3) if \(a = b \mod n \) and \(c = d \mod n \), then \(a+c = b+d \mod n \) and \(ac = bd \mod n \)
next we can conlcude the proof, if u are okay wid above results :)
K let me comprehend
yahh
to make sense of above results : for each result, just verify if the definition of mod holds or not.
I feel so stupid...ugh But not sure how 3) point works. It holds true for values though
okay lets prove 3rd result, before moving to our actual proof :)
No No not required I realized it how it works :)
good :) next we prove below using induction :- to prove : if \(a \equiv b \mod n\), then \(a^k \equiv b^k \mod n \)
clearly, the statement holds when \(k = 1\)
Yeah I think I can prove it with induction. But I never get a good understanding when proofs are done via induction
oh actually induction proofs are easy to *see* than analytical proofs
as for: Unit's digit of 3^(Multiple of 4) = 1 < same Unit's digit of 3^(Multiple of 4 + 1) = 3 Unit's digit of 3^(Multiple of 4 + 2) = 9 Unit's digit of 3^(Multiple of 4 + 3) = 7 so, the unit's digit of 3^65 = unit's digit of 3^(4*16 + 1)=3 and when the powers of 7... the unit's: Unit's digit of 7^(Multiple of 4) = 1 < same Unit's digit of 7^(Multiple of 4 + 1) = 7 < Unit's digit of 7^(Multiple of 4 + 2) = 9 Unit's digit of 7^(Multiple of 4 + 3) = 3 < .....
ever looked at proof for induction method ?
I have proofed it using property 3.
if u did, then u wud love induction proofs
Yes.... property3 is needed for induction here...
I mean there is a proof, which proves that induction method works.
But somehow I don't *see* things with induction but that's OK. But still I say lets divide the step 2 in two parts and say -1 mod 10 is equivalent to 49 mod 10
I would love to see the proof that says induction method works :)
This is a cool method. I liked it Thanks :) K and help me with one more thing...How can I reward you for all your effort :) I am in debt now lol
lol im in debt too:) proof of induction method is simple :- see if u can get along wid this : Theorem 1.2 First Principle of Finite Induction. Let S be a set of positive integers with the following properties: (a) The integer 1 belongs to S. (b) Whenever the integer k is in S, the next integer k + 1 must also be in S. \(\text{Then S is the set of all positive integers.} \)
thats the statement for 'induction method'. we can prove it elegantly wid a small trivial argument.
I know the statement. and It makes sense but how can you say that proving that k+1 is the *sufficient* condition
exactly, the argument involves proving that, 'proving k+1' is sufficient :)
BTW you are really smart. Do you actually remember the definitions also?
Ohh yes I get it now, A bit thoughtful Thanks :)
(a) The integer 1 belongs to S. so, 1 is in set. (b) Whenever the integer k is in S, the next integer k + 1 must also be in S. assuming k is in set, IF WE COULD PROVE that k+1 also is in set --- thats same as proving that the set contains all integers >=1
Yeah I get it now! Thank you so much :)
i have another ques can u ppl pis solve it now
I see np :) thanks for the kind words lol you're super smart xD
yah losan you may close this and ask it in a thread :)
*new thread
Yeah let me try this one with all the extra knowledge I gained today
ok
Join our real-time social learning platform and learn together with your friends!