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
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
4

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