Write a code that will follow the equation y = x * (x + x) * x. - MATLAB Cody - MATLAB Central

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

Difficulty:Rate

If x = 5,

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

Solution Stats

87.77% Correct | 12.23% Incorrect
Last Solution submitted on Mar 04, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers341

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!
Go to top of page