Problem 44856. Permutation Via Multiplication
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 commentsProblem Recent Solvers55
Suggested Problems
-
Sum all integers from 1 to 2^n
17299 Solvers
-
Convert a vector into a number
613 Solvers
-
Return the first and last characters of a character array
11714 Solvers
-
Find out the Gray Code for a Given Binary Number
116 Solvers
-
Find out sum and carry of Binary adder
1677 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!