Find four non-zeros integers a, b, c, and d which satisfy the following correlations:
The answer might not be unique; so, your answer will be checked against the requirement.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers42
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2585 Solvers
-
Who is the smartest MATLAB programmer?
793 Solvers
-
Determine the length of a string of characters
268 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2240 Solvers
-
1079 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
@Doddy, This can be solved by a trivial solution something like -
a=0,b=0,c=1,d=1. The test suite will accept the solution, however, this is not something you want (only using non-zero integers as mentioned in the problem statement).
I have edited the test suite accordingly, and will do so wherever I face the same issue in the Number puzzle series.