Problem 42924. Write a code that will follow the equation y = x * (x + x) * x.

If x = 5,

y = 5 * (5+5) * 5 = 250

Solution Stats

87.95% Correct | 12.05% Incorrect
Last Solution submitted on Mar 16, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers318

Suggested Problems

More from this Author11

Community Treasure Hunt

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

Start Hunting!