Sachin Tendulkar's Test average was 53.78. So if Tendulkar = 53.78, one dulkar = 5.378. Similarly, Roger Twose's average was 25.12. So if Twose = 25.12, one se = 12.56.
Given a batter's average x, return a 2-element vector v = [s d] that represents the number of whole (integer) units of Ses (12.56) and Dulkars (5.38) that most closely represents x. That is,
, where
.
For example, if x = 31.12, v = [2 1]:
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers28
Suggested Problems
-
4491 Solvers
-
Find the maximum number of decimal places in a set of numbers
3377 Solvers
-
Change the sign of even index entries of the reversed vector
644 Solvers
-
How long do each of the stages of the rocket take to burn?
456 Solvers
-
Check that number is whole number
5196 Solvers
More from this Author33
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!