Problem 44267. Brain Teaser Solver
Write an algorithm to solve this brain teaser:
You have a square that is broken into four triangles, the area of three of those triangles is given. You must determine the area of the center triangle. Your function will take in 3 arguments A, B, and C. Below is an image of this problem, in this example A = 4, B = 3, and C = 2.
Solution Stats
Problem Comments
-
1 Comment
Unless I'm screwing something up, I think there are three possible answers to this question, and you're looking for the integer one? Given the answers you are looking for, A and C are always the triangles that have one full side of your square, but that's not specified in the problem statement.
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
Count from 0 to N^M in base N.
239 Solvers
-
Check to see if a Sudoku Puzzle is Solved
337 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
202 Solvers
-
Append two matrix as shown below example
235 Solvers
-
Find my daddy long leg (No 's')
2710 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!