Problem 44750. You never ask a lady her age
Instead you ask her to multiply her age by 10, then subtract any of the first nine multiples of 9 (9,18,...,81), and tell you the result. Based on this number N, find the lady's age.
Example: input N=384, output a=42. Indeed, 42*10 - 36 = 384.
The function is not injective, the same output age a corresponds to multiple input values N.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11425 Solvers
-
845 Solvers
-
Rounding off numbers to n decimals
4533 Solvers
-
Let's get back to school, and create multiplication tables
214 Solvers
-
Sum the squares of numbers from 1 to n
245 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!