Any complicated maths problems?

  • Thread starter nathan444
  • Start date
In summary: Okay, I had no clue with this one so I scaled it down to 10 ants on a 1cm long stick all moving at 10 cm/sThey were arranged like this:>>>>><<<<<and by my calculations it took 0.14 seconds for the stick to be completely empty.Assuming it works to scale then the 1m long stick should take 14 seconds to be completely empty.In summary, this conversation is about a student looking for challenging equations that can be solved using indices and algebra. Some examples of equations were provided, ranging from easy to hard. The conversation also delved into some follow-up questions and additional problems for the student to explore. In summary, this conversation is about a student looking for
  • #1
nathan444
10
0
Hey, I'm an A-level maths student and I was wondering if anybody has any pretty complicated equations that can be solved using just the rules of indicies and general algebra.

I ask because we're not really doing much in year 13 yet and I love a challenge when it comes to maths lol.
 
Mathematics news on Phys.org
  • #2
Here are some fun ones:

Easy:
- Find two perfect squares such that their difference is 63.

- Find a 5-digit number (which is not 00000) such that the cube of the first two digits is that 5 digit number. Thus find XYZUV such that [itex]XY^3=XYZUB[/itex]

Moderate:
-Find 1000000 consecutive integers which are not prime.

- Take a regular n-gon whose vertices lie on the unit circle. Take one vertex and call it x. Draw lines between all the vertices and x. Prove that the product of the lengths of these lines is exactly n.
Generalize.

Hard:
Take the numbers [itex]1,2,3,...,2^{1000}+100[/itex]. The average of these numbers is not an integer. How many ways are there to remove 3 consecutive numbers in this sequence such that the average is an integer?

Unsolved:
Take an arbitrary positive integer [itex]x_0[/itex]. If this is even, then write [itex]x_1=x_0/2[/itex]. If [itex]x_0[/itex] is odd, then write [itex]x_1=3x_0+1[/itex]. If [itex]x_1[/itex] is even, then [itex]x_2=x_1/2[/itex]. If [itex]x_1[/itex] is odd, then [itex]x_2=3x_1+1[/itex]. Continue to define [itex]x_n[/itex].
Prove: For every arbitrary [itex]x_0[/itex] we pick, there exists an n such that [itex]x_n=1[/itex].

Good luck!
 
Last edited:
  • #3
Okay, I got the very first one with no mathematics at all lol, 12 and 9 were just the only logical answers that sprang to mind straight away.
However, with the second one can you give me a hint as to how I should start it, I've written down:
ABCDE=AB^3
Obviously that isn't an algebraically correct way of setting it out as that assumes A*B*C*D*E=A*(B^3).
what would you do from there, please don't tell me the answer, just give me a little nudge :P
 
  • #4
nathan444 said:
Okay, I got the very first one with no mathematics at all lol, 12 and 9 were just the only logical answers that sprang to mind straight away.
However, with the second one can you give me a hint as to how I should start it, I've written down:
ABCDE=AB^3
Obviously that isn't an algebraically correct way of setting it out as that assumes A*B*C*D*E=A*(B^3).
what would you do from there, please don't tell me the answer, just give me a little nudge :P

OK, I'll write down the equation that you need to solve. You need to find [itex]0<x<100[/itex] such that

[tex]x^3-1000x<100[/tex]

Do you see what I did?
 
  • #5
nathan444 said:
Okay, I got the very first one with no mathematics at all lol, 12 and 9 were just the only logical answers that sprang to mind straight away.

Follow-up question: let a be an odd number. Is a necessarily the difference of two squares?
Follow-up question: what if the condition that a is odd is dropped?
 
  • #6
Some tricky questions:

Easy:
Say you have all the integers between 2 and 100 written on cards. Take the card "2". Fold the card and fold every card divisible by 2. Then take "3". Fold the card and fold every card divisible by 3 (and 6 gets to get be folded twice now). Do the same with 4,5,6,...,100.
Find the end position of the card. Which ones are folded??

Moderate:
There are 1000 ants walking on a stick. They can only walk right or left. If they bump into another ant, then they change their direction. If they come to one of the ends of the stick, then the ant falls of the stick.
Assume that the stick is 1m long and that every ant walk 0.1 m/s. How long does it maximally take for the stick to have no ants on it??
 
  • #7
micromass said:
OK, I'll write down the equation that you need to solve. You need to find [itex]0<x<100[/itex] such that

[tex]x^3-1000x<100[/tex]

Do you see what I did?


Where did the 1000x bit dome from?
Sorry, it's 2:30am, I'm really tired and my head isn't working properly lol.
 
  • #8
nathan444 said:
Where did the 1000x bit dome from?
Sorry, it's 2:30am, I'm really tired and my head isn't working properly lol.

Oops, it's wrong. It has to be

[tex]0<x^3-1000x<1000[/tex]

Well, try to solve it now. I won't be giving any more hints now :wink:
 
  • #9
Here's another one: Can you express any whole number as the sum of distinct powers of 2? If so, can you do it for distinct powers of 3? 4? n?

Besides the actual proof-writing, it's something anyone can play around with and see what happens. And depending on your background, you could be surprised what type of things come out of this.

And here's a fun one: Are there an infinite number of primes? Are there an infinite number of primes whose difference with another prime is 2?
 
  • #10
micromass said:
Oops, it's wrong. It has to be

[tex]0<x^3-1000x<1000[/tex]

Well, try to solve it now. I won't be giving any more hints now :wink:

I understand the 1000x now.
I've got x=32

I rearranged it to 0<x(x2-1000)<1000
As x had to be a 2 digit number, I tried x=10 and x=99 but both were far out of the acceptable range.

I then used trial and error going up in multiples of 10 from 10->30 and got x=32 :)

That method seemed pretty messy though, is there a more mathematical way of working it out?
 
  • #11
micromass said:
Moderate:
There are 1000 ants walking on a stick. They can only walk right or left. If they bump into another ant, then they change their direction. If they come to one of the ends of the stick, then the ant falls of the stick.
Assume that the stick is 1m long and that every ant walk 0.1 m/s. How long does it maximally take for the stick to have no ants on it??


Okay, I had no clue with this one so I scaled it down to 10 ants on a 1cm long stick all moving at 10 cm/s

They were arranged like this:
>>>>><<<<<
and by my calculations it took 0.14 seconds for the stick to be completely empty.

Assuming it works to scale then the 1m long stick should take 14 seconds to empty.
 
  • #12
nathan444 said:
Okay, I had no clue with this one so I scaled it down to 10 ants on a 1cm long stick all moving at 10 cm/s

They were arranged like this:
>>>>><<<<<
and by my calculations it took 0.14 seconds for the stick to be completely empty.

Assuming it works to scale then the 1m long stick should take 14 seconds to empty.

Close, but it only takes at most 0.1 seconds. I'm curious as to which calculations you did, though...
 
  • #13
nathan444 said:
I understand the 1000x now.
I've got x=32

I rearranged it to 0<x(x2-1000)<1000
As x had to be a 2 digit number, I tried x=10 and x=99 but both were far out of the acceptable range.

I then used trial and error going up in multiples of 10 from 10->30 and got x=32 :)

That method seemed pretty messy though, is there a more mathematical way of working it out?

Well, you need to find x such that

[tex]0<x(x^2-1000)<1000[/tex]

So let's solve [itex]x(x^2-1000)=0[/itex], this yields [itex]x\sim 32[/itex]. So 32 should be the first number such that [itex]0<x(x^2-1000)<1000[/itex].
 
  • #14
Yeah I guess I messed the ant thing up lol.
How would you start that one off?
 
  • #15
hint: bumping doesn't matter. You can do like the ants walk through each other.
 

1. What is the best way to approach solving a complicated math problem?

The best way to approach solving a complicated math problem is to break it down into smaller, more manageable parts. Start by identifying the key concepts and formulas involved, and then work through the problem step by step. It can also be helpful to draw diagrams or make a list of the given information.

2. How do I know which formula to use for a complicated math problem?

The formula to use for a complicated math problem will depend on the specific problem and the type of math involved. Make sure to carefully read the problem and understand what is being asked before selecting a formula. It can also be helpful to review your notes or textbook to see if any similar problems have been solved using a specific formula.

3. What should I do if I get stuck on a complicated math problem?

If you get stuck on a complicated math problem, don't get discouraged. Take a step back and try to approach the problem from a different angle. You can also try breaking the problem down into smaller parts or working through similar, simpler problems to gain a better understanding of the concepts involved.

4. Are there any tools or resources that can help me solve complicated math problems?

There are many tools and resources available that can help you solve complicated math problems, such as online calculators, graphing software, and math problem-solving apps. It can also be helpful to consult with a teacher, tutor, or fellow student for guidance and support.

5. How can I improve my problem-solving skills for complicated math problems?

Practice is key when it comes to improving your problem-solving skills for complicated math problems. Work through as many examples and practice problems as you can, and don't be afraid to make mistakes. It can also be helpful to review your work and identify any areas where you may need additional practice or understanding.

Similar threads

Replies
22
Views
725
Replies
2
Views
965
  • General Math
Replies
2
Views
1K
  • STEM Academic Advising
Replies
9
Views
2K
Replies
9
Views
2K
Replies
33
Views
5K
  • Science and Math Textbooks
Replies
8
Views
289
Replies
1
Views
2K
  • STEM Academic Advising
Replies
5
Views
1K
  • STEM Academic Advising
Replies
11
Views
1K
Back
Top