Problem 2643. Find out base of following arithmetic operation

Find out base of the following arithmetic operation.

So for example 41/3=13 is true in base 8.

Another example: 23+44+14+32=223 is true in base 5.

You are given a string with an arithmetic equation. Return the base.

Solution Stats

24.1% Correct | 75.9% Incorrect
Last Solution submitted on Mar 31, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers13

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

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

Start Hunting!