Can a Math Genius Help Solve This Puzzle?

  • MHB
  • Thread starter dboxall123
  • Start date
  • Tags
    Puzzle
In summary: Unless I am missing something, 2 seconds is an extremely and unreasonably small amount of time to solve such a puzzle. I don't think I could even enter 5 values into text fields in that amount of time even if I were able to "see" the solution immediately.
  • #1
dboxall123
7
0
Hello everyone. I am trying to complete a programming challenge, of which I have taken a screenshot of and posted on flikr.

I was wondering if there was some math genius on here who could help me solve the puzzle. Forget about the programming part, I can do that. All I need is some advice on the math part of it. I have absolutely no idea how to even begin working out the value of each shape. I sat down with a pen, a piece of paper and a calculator to try and work something out, but my mind is absolutely blank. Any advice would be greatly appreciated.

Thanks,
Dan

ps: I apologise if I've put this in the wrong topic, but I have no idea what sort of method would be used to work something like this out.
 
Mathematics news on Phys.org
  • #2
It appears to me that you have 10 linear equations in 5 unknowns. Do you have any experience solving linear systems of equations?
 
  • #3
Hi MarkFl, thanks for the reply. I do not have any experience in solving linear systems of equations. I'm going to try and learn about it now.
 
  • #4
dboxall123 said:
Hi MarkFl, thanks for the reply. I do not have any experience in solving linear systems of equations. I'm going to try and learn about it now.

I would assign a different variable to each shape and then write down the sums represented by the rows and columns and then use substitution and elimination to obtain a solution.
 
  • #5
MarkFL said:
I would assign a different variable to each shape and then write down the sums represented by the rows and columns and then use substitution and elimination to obtain a solution.
That makes sense, thanks mate. If I do decide to go and learn about systems of linear equations and matrices, do you think that I am likely to learn a slightly more elegant solution? The answer needs to be submitted within 2 seconds, and the puzzle changes every time the page is refreshed. It may take me a while to learn (as you can probably tell, my maths is very rusty) but the challenge is not going anywhere.
 
  • #6
dboxall123 said:
That makes sense, thanks mate. If I do decide to go and learn about systems of linear equations and matrices, do you think that I am likely to learn a slightly more elegant solution? The answer needs to be submitted within 2 seconds, and the puzzle changes every time the page is refreshed. It may take me a while to learn (as you can probably tell, my maths is very rusty) but the challenge is not going anywhere.

Unless I am missing something, 2 seconds is an extremely and unreasonably small amount of time to solve such a puzzle. I don't think I could even enter 5 values into text fields in that amount of time even if I were able to "see" the solution immediately.
 
  • #7
MarkFL said:
Unless I am missing something, 2 seconds is an extremely and unreasonably small amount of time to solve such a puzzle. I don't think I could even enter 5 values into text fields in that amount of time even if I were able to "see" the solution immediately.
You misunderstand the challenge mate, I have to write a computer program to grab the puzzle, solve it and then post back. Once my program is written, I will not have to type anything - it will grab the puzzle, solve it and then post it back automatically for me. All I was wondering is if learning about linear systems and matrices would enable me to write a more elegant solution to solve this problem. Once I've learned how to solve it on paper, I can then begin to write a program to do all of the above for me (Smile)
 
  • #8
dboxall123 said:
...Once my program is written, I will not have to type anything - it will grab the puzzle, solve it and then post it back automatically for me...

Okay, that's what I was missing.
 
  • #9
So, if I learn about this stuff, will I (eventually) learn an equation that can I can use to solve this? I'm asking you to give me one, just wondering if it's going to be worth learning about. Is it even possible to solve this in any way other than substitution and elimination? Thanks for all your advice by the way mate, I'm closer to solving this than I was before, because I now have a particular subject to research (Smile)
 
  • #10
dboxall123 said:
So, if I learn about this stuff, will I (eventually) learn an equation that can I can use to solve this? I'm asking you to give me one, just wondering if it's going to be worth learning about. Is it even possible to solve this in any way other than substitution and elimination? Thanks for all your advice by the way mate, I'm closer to solving this than I was before, because I now have a particular subject to research (Smile)

There are many ways to solve a linear system, some of which use matrices. It is also possible that your programming language has a system solving function intrinsic to it.
 
  • #11
MarkFL said:
There are many ways to solve a linear system, some of which use matrices. It is also possible that your programming language has a system solving function intrinsic to it.
OK, thank you very much for your help mate. Now I know what I'm looking at I can start to work something out. Much appreciated (Smile)
 
  • #12
Hello, dboxall123!

Two seconds? .Not possible!



. . [tex]\begin{array}{|c|c|c|c|c||c|} \hline
\bigstar & \heartsuit & \Delta & \bullet & & 1434 \\ \hline
\Delta & \bigstar && \Delta & \bullet & 1346\\ \hline
\heartsuit & \bigstar & \bullet & \bigstar && 1630 \\ \hline
\blacksquare & \Delta & \Delta && \bigstar & 1111 \\ \hline
\Delta & \bigstar & \Delta & \Delta && 1168 \\ \hline
1142 & 1891 & 1150 & 1346 & 860 & \\ \hline\end{array}[/tex]

[tex]\text{Let: }\:a = \bigstar,\;b = \heartsuit,\;c = \Delta,\;d = \bullet,\;e = \blacksquare [/tex]

Then we have:

. . [tex]\begin{array}{|c|c|c|c|c|c|} \hline
a&b&c&d&& 1434 \\ \hline
c&a&&c&d&1346 \\ \hline
b&a&d&a&&1630 \\ \hline
e&c&c&&a&1111 \\ \hline
c&a&c&c&& 1168 \\ \hline
1442 & 1891 & 1150 & 1346 & 860 & \\ \hline
\end{array}[/tex]From the rows we have:
. . [tex]\begin{array}{cccc}a+b+c+d &=& 1434 & [1] \\
a+2c+d &=& 1346 & [2] \\
2a + b+d &=& 1630 & [3] \\
a+2c+e &=& 1111 & [4] \\
a + 3c &=& 1168 & [5] \end{array}[/tex]

From the columns we have:
. . [tex]\begin{array}{cccc}a+b+2c+e &=& 1442 & [6] \\
3a+b+c &=& 1891 & [7] \\
3c + d &=& 1150 & [8] \\
a+2c+d &=& 1346 & [9] \\
a+d &=& 860 & [10] \end{array}[/tex]

Solve the system of equations: .[tex]\begin{Bmatrix}a &=& 439 \\ b&=& 331 \\ c&=& 243 \\ d&=& 421 \\ e&=& 186 \end{Bmatrix}[/tex]
 
  • #13
soroban said:
Hello, dboxall123!

Two seconds? .Not possible!

Hi soroban. I think you have also misunderstood the challenge. When I (eventually) manage to understand this stuff, I will write a computer program to solve it for me. Of course, I'm not very good at maths, and every site I try to learn from just seems to be adding random numbers and claiming that they are the answer. (I realize this isn't true by the way) (Happy)(Happy)(Happy)
 

Related to Can a Math Genius Help Solve This Puzzle?

What is a math puzzle?

A math puzzle is a problem or challenge that requires the use of mathematical operations and concepts to find a solution. It can involve numbers, shapes, patterns, or logic.

How can I become a math genius?

Becoming a math genius takes practice and dedication. You can start by studying the fundamentals of math and regularly practicing different types of problems. It also helps to have a strong foundation in critical thinking and problem solving.

What skills are needed to solve math puzzles?

To solve math puzzles, you need to have a strong understanding of basic math operations, as well as advanced concepts such as algebra and geometry. You also need to have good critical thinking skills and be able to approach problems from different angles.

Can anyone become good at solving math puzzles?

Yes, anyone can become good at solving math puzzles with enough practice and determination. While some people may have a natural inclination towards math, it is a skill that can be learned and improved upon.

What are the benefits of solving math puzzles?

Solving math puzzles can improve critical thinking skills, problem solving abilities, and logical reasoning. It can also help to strengthen mathematical concepts and improve overall math proficiency. Additionally, solving math puzzles can be a fun and rewarding challenge.

Similar threads

Replies
14
Views
663
Replies
7
Views
11K
Replies
49
Views
3K
  • Programming and Computer Science
2
Replies
37
Views
3K
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
1K
Replies
1
Views
12K
Replies
66
Views
4K
Replies
1
Views
689
Replies
2
Views
7K
Back
Top