Problem 42413. Divisible by 11
Solution Stats
Problem Comments
-
3 Comments
Grant, your divisible series should become a challenge by its own right.
Thanks for the vote. We'll see if the Cody team agrees. I just added a few more problems to the series today to round it out.
Nice problem - deceptively tricky.
Solution Comments
-
2 Comments
my solution is failing because when the numbers are very large it gets confused by the "eXX" where XX is the exponent associated with the test number.
Can i get help on how to avoid this?
You need to find a way to operate on the string, which may involve mathematical operations on small portions of the string, bit by bit, converting small portions of the string to a number, in an iterative fashion, etc., based on the method you choose. str2num() is subject to loss of precision for very large numbers and will not work for at least one test case in essentially all of these problems (by design).
Problem Recent Solvers150
Suggested Problems
-
Remove any row in which a NaN appears
7652 Solvers
-
Unique values without using UNIQUE function
240 Solvers
-
4846 Solvers
-
Divisible by n, prime vs. composite divisors
100 Solvers
-
Divisible by n, prime divisors - 11, 13, 17, & 19
62 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!