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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers352
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1945 Solvers
-
Generate N equally spaced intervals between -L and L
924 Solvers
-
1568 Solvers
-
504 Solvers
-
527 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!