Problem 56508. Cricket - Represent Average in "Dulkars" and "Ses"
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 commentsProblem Recent Solvers26
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
8912 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15530 Solvers
-
Back to basics - mean of corner elements of a matrix
416 Solvers
-
894 Solvers
-
Double all elements in the array
1519 Solvers
More from this Author22
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!