Some problems which I am stuck at? Any help? I beg anyone...

These questions are to be solved without a calculator:

1) Three different non-zero digits are used to form six different 3 digit numbers. The sum of 5 of them is 3321. What is the 6th number?

2) How many pairs (a,b)(a, b) of positive integers are there such that aa and bb are factors of 666^6 and aa is a factor of bb?

3) All digits of the positive integer NN are either 00 or 11. The remainder after dividingN N by 3737 is 1818. What is the smallest number of times that the digit 11 can appear in NN?

4) In how many ways can the numbers 1, 2, 3, 4, 5, 6 be arranged in a row so that the product of any 2 adjacent numbers is even? Choices are: 64 or 72 or 120 or 144 or 720

5) A hockey game between two teams is 'relatively close' if the number of goals scored by the two teams differs by more than two. In how many can the first 12 goals of a game is scored if the game is "relatively close"?

6) The 4 digit number pqrspqrs has the property pqrs×srqppqrs \times srqp. If p=2p = 2 what is the value of the 3 digit number qrsqrs?

7) If x2=x+3x^2 = x + 3, then what is the value of x3x^3? Choices are: A) x + 6 B) 2x + 6 C) 3x + 9 D) 4x + 3 E) 27x + 9

Please answer these questions with complete steps in the comment section below. I thank everyone who tries from the bottom of my heart.

EDITED!

Few more questions:

Q8) A floor tile has the shape of a regular polygon. If the tile is removed from the floor and rotated 50° it will fit back exactly into its original place in the floor. The least number of sides this polygon can have is: A) 8 B) 24 C) 25 D) 30 E)36

Q9) On my car, a particular brand of tyre lasts 40 000 kilometres on a front wheel or 60 000 km on a rear wheel. By interchanging with the front and rear tyres the greatest distance in km I can get from a set of 4 tyres of these is:

A) 52000 B) 50 000 C) 48 000 D) 40 000 E) 44 000

Q10) Each face of a solid cube is divided into 4 as indicated in the diagram. Starting from vertex P, paths can be travelled to vertex Q along connected line segments. If each movement along the path takes one closer to Q, find the number of possible paths from P to Q.

#NumberTheory

Note by Syed Hamza Khalid
2 years, 10 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

For Q1, call them a,b,c so one number is 100a + 10b + c, 100a + 10c + b etc. Add all 6 up to get 222(a + b + c). Think from here

Stephen Mellor - 2 years, 10 months ago

Log in to reply

I got stuck right from here... :(

Syed Hamza Khalid - 2 years, 10 months ago

Q1 If the sixth number is abc\overline{abc}, then 3321+abc=222(a+b+c)3321 + \overline{abc} = 222(a+b+c). The smallest number that can be added to 33213321 to give a multiple of 222222 is 99, but 009009 does not contain 33 distinct digits. Other possibilities of abc\overline{abc} are 9+222k9+222k, in which case a+b+c=15+ka+b+c = 15+k. A but of trial and error leads you to k=3k=3 and abc=675\overline{abc} = 675.

Mark Hennings - 2 years, 10 months ago

Log in to reply

Can you help with the new questions?

Syed Hamza Khalid - 2 years, 10 months ago

1) Call the digits a,b,c. The sum of all six 3-digit numbers is 222(a+b+c). 222(a+b+c)-3321=the 6th number. Call it 100c+10b+a. A table of 222n-3321 show when n=18 yields 675 whose digits sum to 18. So the 6th number is 675.

2) 66=26366^{6}=2^{6}3^{6} which has 77=497\cdot 7=49 factors. So there are 49 possible values of b. You can use the same trick to find the number of a for each b. The total is 1+2+3+4+5+6+7)+(2+4+...14)+...+(7+14+...+49)=2828=7841+2+3+4+5+6+7)+(2+4+...14)+...+(7+14+...+49) = 28\cdot28 = 784

3) 10n10^n has only three possible remainders: 1, 10, 26. You seek to make a sum of 18. 26*2-37=15 which is really close, just need three 1's: The smallest arrangement is 1101101 and the answer is 5.

4) The odds must be separated. Considering just even/odd there are 4 arrangements: oeoeoe, oeoeeo, oeeoeo, eoeoeo. There are 3!=6 ways to place the odds and 3!=6 ways to place the evens. 466=1444\cdot6\cdot6=144.

5) Makes no sense. I think maybe you mean 'relatively close' means they never differ by 2 (or maybe at most 2) and you want the ways the game can remain relatively close with 12 goals scored.

6) Seems to be missing the property.

7) Multiply by xx to get x3=x2+3xx^{3}=x^{2}+3x then sub in the given x2=x+3x^{2}=x+3 and simplify to x3=4x+3x^{3}=4x+3

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

For (Q1) you mentioned, "a table of 222n -3321"; how am I going to get a table from as it is a non-calculator question

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

Good question, but it really isn't that hard to make a table for these numbers without a calculator, even though I used one.

You can do 222*15=3330 in your head. 3330-3321=9 then just count by 222's. (15, 9) (16, 231) (17, 453) (18, 675)

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

@Jeremy Galvagni How does 18 yield to 675?

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid 222*18-3321=675

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

@Jeremy Galvagni Yes, but why do you choose specifically 18, why not another number?

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid 18=(a+b+c) so you need the correct digit sum and 18 = 6+7+5

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

@Jeremy Galvagni Oh Okay thanks

Syed Hamza Khalid - 2 years, 10 months ago

@Jeremy Galvagni Wat about 765

Syed Hamza Khalid - 2 years, 8 months ago

Can you re-give your answers somewhat more detailed for a grade 9 student? please for Q1, Q2, and Q3 only

James Bacon - 2 years, 10 months ago

For Q2, how did you find it has 49 factors .

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

To count the number of factors a number has, look at its prime factorization. Then add 1 to each exponent and multiply them together.

For example 360=233251360=2^{3}3^{2}5^{1} and has 432=244 \cdot 3 \cdot 2 = 24 factors.

66=(23)6=26366^{6}=(2 \cdot 3)^{6} = 2^{6}3^{6} and has 77=497 \cdot 7 = 49 factors.

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

@Jeremy Galvagni Unbelievable! I never knew that. Thanks a lot

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid You can view this

The factors of 26362^63^6 is in the form of 2m3n2^m3^n, so m{0,1,2,3,4,5,6},n{0,1,2,3,4,5,6}m\in\{0,1,2,3,4,5,6\},n\in\{0,1,2,3,4,5,6\}, hence there are 7×77\times7 possibilities of 2m3n2^m3^n

X X - 2 years, 10 months ago

Log in to reply

@X X Thanks

Syed Hamza Khalid - 2 years, 10 months ago

@Jeremy Galvagni Can you tell me what you did after finding the factors?

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid The factors of 26362^63^6 are in the form of

2m13n12^{m-1}3^{n-1} (m{1,2,3,4,5,6,7},n{1,2,3,4,5,6,7}m\in\{1,2,3,4,5,6,7\},n\in\{1,2,3,4,5,6,7\}), and 2m3n2^m3^n has mnmn factors.

The sum of all the possibilities of mm is 1+2+3+4+5+6+71+2+3+4+5+6+7. The sum of all the possibilities of nn is also 1+2+3+4+5+6+71+2+3+4+5+6+7.

So, the sum of the possibilities of mnmn equals (1+2+3+4+5+6+7)(1+2+3+4+5+6+7)=784(1+2+3+4+5+6+7)(1+2+3+4+5+6+7)=784

X X - 2 years, 10 months ago

Log in to reply

@X X Thanks a lot. By the way are you really 14 years old? If so, your maths is amazing. I am also 14 years

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid Yes, I'm really 14. I love math,so I study math myself.

X X - 2 years, 10 months ago

Log in to reply

@X X Which grade? Me; going to 10 in September

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid I'm going to 9.

X X - 2 years, 10 months ago

@X X Hey X X, I have some doubts:

  1. Why do we write the exponential in the form of m1 and n1 m - 1 \text{ and } n - 1 ?

  2. How do you say that the possibilities of m m is a set of 1,2,3,4,5,6,7 ? Is there a kind of theorem or something?

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid

  1. Because we have to add one to the exponential, so I prefer to "subtract one" first. It doesn't really affect the answer.
If I write the exponential in the form of mm and nn, then it will simply become

"The factors of 26362^63^6 are in the form of

2m3n2^{m}3^{n} (m{0,1,2,3,4,5,6},n{0,1,2,3,4,5,6}m\in\{0,1,2,3,4,5,6\},n\in\{0,1,2,3,4,5,6\}), and 2m3n2^m3^n has (m+1)(n+1)(m+1)(n+1) factors.

The sum of all the possibilities of m+1m+1 is 1+2+3+4+5+6+71+2+3+4+5+6+7. The sum of all the possibilities of n+1n+1 is also 1+2+3+4+5+6+71+2+3+4+5+6+7.

So, the sum of the possibilities of (m+1)(n+1)(m+1)(n+1) equals (1+2+3+4+5+6+7)(1+2+3+4+5+6+7)=784(1+2+3+4+5+6+7)(1+2+3+4+5+6+7)=784"

2.Because m1m-1 cannot be smaller than 00, or bigger than 66(otherwise, it would not be a factor of 2m13n12^{m-1}3^{n-1}), so it can only be 0,1,2,3,4,50,1,2,3,4,5 or 66, so mm can only be 1,2,3,4,5,61,2,3,4,5,6 or 77

X X - 2 years, 10 months ago

Log in to reply

@X X Thanks a lot. Your answers are legendary and very beautiful with in-detail language.

Syed Hamza Khalid - 2 years, 10 months ago

Can you help with the new questions?

Syed Hamza Khalid - 2 years, 10 months ago

Q6 :Perhaps you mean pqrs=4*srqp?(2178x4=8712)

X X - 2 years, 10 months ago

Log in to reply

Yes but how did you find that number without trial and error as calculator isn't allowed

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

This is one of the problems on brilliant.You can view the solution here

X X - 2 years, 10 months ago

Log in to reply

@X X Thanks

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

@Syed Hamza Khalid Can you help with the new questions?

Syed Hamza Khalid - 2 years, 10 months ago

Q9) The answer is the harmonic mean. 2160000+140000=48000\frac{2}{\frac{1}{60000}+\frac{1}{40000}}=48000. (24000 miles wears the back tires 60% but the front 40%)

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

Why do we use the harmonic mean?

Syed Hamza Khalid - 2 years, 10 months ago

Log in to reply

I don't usually recognize harmonic mean problems until after the fact so that didn't help me solve it. To me this is more like problems of the type:

AA can do the job in 4 hours, BB can do the job in 6. How long does it take them working together?

In this tire problem, they do the job twice (front and back)

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

@Jeremy Galvagni 4.8 hrs? Using harmonic sequence...

Syed Hamza Khalid - 2 years, 10 months ago

For Q7, multiply all by x and then sub in the value of x^2 from what is given

Stephen Mellor - 2 years, 10 months ago

Log in to reply

Can you help with the new questions?

Syed Hamza Khalid - 2 years, 10 months ago

For Q4, to avoid consecutive odd digits, the even digits must be either in positions 2,4,6 or 1,3,5. There are 3! * 3! ways for each case so 72

(also don't undertand Q6)

Stephen Mellor - 2 years, 10 months ago

Log in to reply

not quite. Evens can also be in 2,4,5 or 2,3,5 because they can be next to each other.

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

oh yeah

Stephen Mellor - 2 years, 10 months ago

Can you help with the new questions?

Syed Hamza Khalid - 2 years, 10 months ago

Q8) I would just try 360/50 but it gives 7.2. Instead, reduce 360/50 to 36/5. The tile has 36 sides. Rotating 50 degrees skips to the 5th.

Jeremy Galvagni - 2 years, 10 months ago

Log in to reply

That's exactly what I thought

Syed Hamza Khalid - 2 years, 10 months ago

Q10) I'm pretty sure the answer is 54. Number every point with the sum of all paths that lead to it. Begin with P=1. Q ends up as 18+18+18=54 if I didn't make any mistakes.

Jeremy Galvagni - 2 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...