REMAINDER

.


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Tan Chee Wen
Jun 6, 2014

23^17=(23-19)^17=4^17(mod 19) ,

15^17=(15-19)^17=(-4)^17=-(4^17)(mod 19) ,

4^17+(-4^17)=0(mod 19)

Vederis Leunardus
May 30, 2014

this is my solution.. but it is hard enough

  • 23^(17) mod 19
  • 4^(17) mod 19 // 4 is get from 23 - 19.
  • 16^(8) . 4 mod 19
  • -3^(8). 4 mod 19 // -3 is get from 16 - 19 = -3.
  • 9^(4) . 4 mod 19
  • 81^(2) . 4 mod 19
  • 5^(2) . 4 mod 19
  • 25 .4 mod 19 = 5;

  • 15^(17) mod 19

  • -4^(17) mod 19 // this is same like above.. so i skip it. to be..
  • 25 . - 4 mod 19
  • 6 . -4 mod 19 = -5
  • 19 - 5 = 14.

  • so 5 + 14 = 19, and 19 mod 19 is 0;

Shreyas Shastry
Apr 13, 2014

23^17+15^17 is divisible by 23+15=38 and 38 is also divisible by 19.

so, when 23^17+15^17 is divisivle by 19.

hence the remainder is 0 or zero.

WTH just that? ==" i think my solution is too difficult..

Vederis Leunardus - 7 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...