Welcome! Check out our free B-School Guides to learn how you compare with other applicants.
Login or Register
 

remainder

This topic has 11 member replies
rattan123 Just gettin' started!
Joined
13 Nov 2011
Posted:
26 messages
remainder Post Sat Apr 14, 2012 8:26 am
Elapsed Time: 00:00
  • Lap #[LAPCOUNT] ([LAPTIME])
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7

    Need free GMAT or MBA advice from an expert? Register for Beat The GMAT now and post your question in these forums!
    killer1387 GMAT Destroyer! Default Avatar
    Joined
    03 Apr 2011
    Posted:
    583 messages
    Followed by:
    4 members
    Thanked:
    52 times
    Post Sat Apr 14, 2012 9:07 am
    rattan123 wrote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    ITS 0.

    seal4913 Really wants to Beat The GMAT! Default Avatar
    Joined
    23 Mar 2011
    Posted:
    107 messages
    Thanked:
    8 times
    Post Sat Apr 14, 2012 10:21 am
    killer1387 wrote:
    rattan123 wrote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    ITS 0.
    That's helpful to him I'm sure... if he's asking i'm sure he wants an approach to how to figure it out.

    Shalabh's Quants Really wants to Beat The GMAT!
    Joined
    06 Apr 2012
    Posted:
    134 messages
    Followed by:
    5 members
    Thanked:
    35 times
    Post Sat Apr 14, 2012 11:57 am
    rattan123 wrote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    => (2^100+3^100+4^100+5^100)/7

    => (2.2^99 + 3.3^99 + 2^200 + 5.5^99)/7

    => [2*(2^3)^33 + 3*(3^3)^33 + 2^2*(2^3)^66 + 5*(5^3)^33]/7

    => [2*8^33 + 3*27^33 + 2^2*8^66 + 5*125^33]/7

    => [2*(7+1)^33 + 3*(28-1)^33 + 2^2*(7+1)^66 + 5*(126-1)^33]/7

    => Taking remainders, [2*1^33 + 3*(-1)^33 + 2^2*1^66 + 5*(-1)^33]/7

    => [2+ 3*(7-1)+ 4 + 5*(7-1)]/7; For [(-1)^n]/m; if n is odd, remainder is m - n.

    => [2 + 3*6 + 4 + 5*6]/7

    => 54/7 => Remainder is 5.

    _________________
    Shalabh Jain,
    e-GMAT Instructor

    seal4913 Really wants to Beat The GMAT! Default Avatar
    Joined
    23 Mar 2011
    Posted:
    107 messages
    Thanked:
    8 times
    Post Sat Apr 14, 2012 12:17 pm
    Shalabh's Quants wrote:
    rattan123 wrote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    => (2^100+3^100+4^100+5^100)/7

    => (2.2^99 + 3.3^99 + 2^200 + 5.5^99)/7

    => [2*(2^3)^33 + 3*(3^3)^33 + 2^2*(2^3)^66 + 5*(5^3)^33]/7

    => [2*8^33 + 3*27^33 + 2^2*8^66 + 5*125^33]/7

    => [2*(7+1)^33 + 3*(28-1)^33 + 2^2*(7+1)^66 + 5*(126-1)^33]/7

    => Taking remainders, [2*1^33 + 3*(-1)^33 + 2^2*1^66 + 5*(-1)^33]/7

    => [2+ 3*(7-1)+ 4 + 5*(7-1)]/7; For [(-1)^n]/m; if n is odd, remainder is m - n.

    => [2 + 3*6 + 4 + 5*6]/7

    => 54/7 => Remainder is 5.
    That is incorrect the answer is zero...

    Thanked by: rattan123
    Neo Anderson Rising GMAT Star Default Avatar
    Joined
    06 Oct 2011
    Posted:
    92 messages
    Thanked:
    18 times
    Post Sat Apr 14, 2012 12:19 pm
    Quote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    consider breaking down the question this way:-

    Remainder of 2^100 / 7 = 2*(2^99) / 7
    or 2*(2^3)^33 /7
    or 2*8^33/7 = 2 (as remainder of 8*8*8..../ 7 = 1*1*1.... =1 only)

    similarly R. of 3^100 / 7 or (3^2)^50 / 7 or 9^50 / 7 --- (1)
    as remainder of 9 / 7 is 2 we can say R of (1) above = R of 2^50 / 7 or (2^2)*(2^3)^16 / 7
    or 4*8^16 / 7 thus by same logic as above R. here is 4*1 = 4

    Similarly, R. of 4^100 / 7 = 2^200 / 7 = 4*(2^3)^66 / 7 = 4*8^66 / 7 = 4

    similarly, R. of 5^100 / 7 = R. of 25^50 / 7 = R. of 4^50 / 7 = R. of 2*(2^3)^33 = 2
    adding all four together 2+4+4+2 = 12 thus finally remainder is 12 / 7 = 5

    seal4913 Really wants to Beat The GMAT! Default Avatar
    Joined
    23 Mar 2011
    Posted:
    107 messages
    Thanked:
    8 times
    Post Sat Apr 14, 2012 12:25 pm
    Neo Anderson wrote:
    Quote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    consider breaking down the question this way:-

    Remainder of 2^100 / 7 = 2*(2^99) / 7
    or 2*(2^3)^33 /7
    or 2*8^33/7 = 2 (as remainder of 8*8*8..../ 7 = 1*1*1.... =1 only)

    similarly R. of 3^100 / 7 or (3^2)^50 / 7 or 9^50 / 7 --- (1)
    as remainder of 9 / 7 is 2 we can say R of (1) above = R of 2^50 / 7 or (2^2)*(2^3)^16 / 7
    or 4*8^16 / 7 thus by same logic as above R. here is 4*1 = 4

    Similarly, R. of 4^100 / 7 = 2^200 / 7 = 4*(2^3)^66 / 7 = 4*8^66 / 7 = 4

    similarly, R. of 5^100 / 7 = R. of 25^50 / 7 = R. of 4^50 / 7 = R. of 2*(2^3)^33 = 2
    adding all four together 2+4+4+2 = 12 thus finally remainder is 12 / 7 = 5
    Mr. Anderson (Very Happy),

    When I run this thru excel or a calculator there is no remainder... so what I think (which is prob 99% wrong) is you can factor out the power and get 2 + 3 + 4 + 5 which is 14; so 14/2 = 7 no remainder

    rattan123 Just gettin' started!
    Joined
    13 Nov 2011
    Posted:
    26 messages
    Post Sat Apr 14, 2012 6:38 pm
    thnx....the answer is 5 only...

    tomada GMAT Destroyer!
    Joined
    25 Jan 2010
    Posted:
    394 messages
    Followed by:
    3 members
    Thanked:
    21 times
    Test Date:
    June 08, 2012
    GMAT Score:
    720
    Post Sun Apr 15, 2012 8:36 pm
    (2^3)/7 -> Remainder = 1
    (2^4)/7 -> Remainder = 2
    (2^5)/7 -> Remainder = 4
    (2^6)/7 -> Remainder = 1
    (2^7)/7 -> Remainder = 2
    (2^8)/7 -> Remainder = 4
    …and this pattern continues…
    (2^9)/7 -> Remainder = 1
    (2^10)/7 -> Remainder = 2

    When the exponent is 3,6,9,12, etc., the Remainder = 1
    When the exponent is 4,7,10,13, etc., the Remainder = 2
    When the exponent is 5,8,11,14, etc., the Remainder = 4

    An exponent of 100 is part of the set that begins with 4,7,10,13 so, for (2^100)/7, the Remainder = 2

    That's as far as I got.

    _________________
    I'm really old, but I'll never be too old to become more educated.

    Shalabh's Quants Really wants to Beat The GMAT!
    Joined
    06 Apr 2012
    Posted:
    134 messages
    Followed by:
    5 members
    Thanked:
    35 times
    Post Sun Apr 15, 2012 9:58 pm
    seal4913 wrote:
    Shalabh's Quants wrote:
    rattan123 wrote:
    What is the remainder when 2^100+3^100+4^100+5^100 is divided by 7
    => (2^100+3^100+4^100+5^100)/7

    => (2.2^99 + 3.3^99 + 2^200 + 5.5^99)/7

    => [2*(2^3)^33 + 3*(3^3)^33 + 2^2*(2^3)^66 + 5*(5^3)^33]/7

    => [2*8^33 + 3*27^33 + 2^2*8^66 + 5*125^33]/7

    => [2*(7+1)^33 + 3*(28-1)^33 + 2^2*(7+1)^66 + 5*(126-1)^33]/7

    => Taking remainders, [2*1^33 + 3*(-1)^33 + 2^2*1^66 + 5*(-1)^33]/7

    => [2+ 3*(7-1)+ 4 + 5*(7-1)]/7; For [(-1)^n]/m; if n is odd, remainder is m - n.

    => [2 + 3*6 + 4 + 5*6]/7

    => 54/7 => Remainder is 5.
    That is incorrect the answer is zero...
    I am sure answer is 5 only. Hope you both too agree now. Smile

    _________________
    Shalabh Jain,
    e-GMAT Instructor

    killer1387 GMAT Destroyer! Default Avatar
    Joined
    03 Apr 2011
    Posted:
    583 messages
    Followed by:
    4 members
    Thanked:
    52 times
    Post Tue Apr 17, 2012 2:13 am
    The answer is 5 i made mistake while solving initially;

    2^100+3^100+4^100+5^100
    = 2^100+3^100+(7-3)^100+(7-2)^100

    now taking remainders:

    R{2*(2^100+3^100)}%7
    = R{2(2+4)}%7
    = 5

    ronnie1985 GMAT Destroyer!
    Joined
    23 Dec 2011
    Posted:
    626 messages
    Followed by:
    9 members
    Thanked:
    29 times
    Test Date:
    June
    Target GMAT Score:
    750
    Post Tue Apr 17, 2012 11:29 am
    2^100 = 2^99*2 = 8^33*2, R(2^100/7) = R(2*8^33/7) = 2
    3^100 = 9^50, R(9^50/7) = R(2^50/7) = R(4*8^16/7) = 4
    4^100 = 2^200, R(2^200/7) = R(4*8^66/7) = 4
    R(5^100/7) = R((-2)^100/7) = R(2^100/7) = R(2*8^33/7) = 2

    R(Expression/7) = R((2+4+4+2)/7) = 5

    _________________
    Follow your passion, Success as perceived by others shall follow you

    Best Conversation Starters

    1 varun289 34 topics
    2 killerdrummer 22 topics
    3 sana.noor 21 topics
    4 guerrero 14 topics
    5 sanaa.rizwan 14 topics
    See More Top Beat The GMAT Members...

    Most Active Experts

    1 image description Brent@GMATPrepNow

    GMAT Prep Now Teacher

    200 posts
    2 image description GMATGuruNY

    The Princeton Review Teacher

    135 posts
    3 image description Jim@StratusPrep

    Stratus Prep

    106 posts
    4 image description Anju@Gurome

    Gurome

    56 posts
    5 image description Jon@Admissionado

    Admissionado

    44 posts
    See More Top Beat The GMAT Experts