Given two numbers a and b, determine if the product ab is a permutation of the digits of a. For example, this is always true for a=0. Less trivially, 125874*2=251748.
If the product, ab, has more digits than a, append zeros to the front of a so they have the same number of digits. Thus, for example, 015*7=105 is another example.
This problem was inspired by seeing a student simplify 163/326 to 1/2 by cancelling out the digits in common.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers57
Suggested Problems
-
Find the sum of all the numbers of the input vector
54727 Solvers
-
Find the numeric mean of the prime numbers in a matrix.
9156 Solvers
-
Flip the main diagonal of a matrix
914 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
892 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1270 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!