Permutation Via Multiplication - MATLAB Cody - MATLAB Central

Problem 44856. Permutation Via Multiplication

Difficulty:Rate
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

53.92% Correct | 46.08% Incorrect
Last Solution submitted on Apr 20, 2025

Problem Comments

Solution Comments

Show comments
Registration Now Open for MathWorks AUTOMOTIVE CONFERENCE 2025
...
Hello Community, We're excited to announce that registration is now open for the...

Problem Recent Solvers50

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page