Problem 2550. Evaluating a polynomial

Given the following polynomial and the value for x, determine y.

 y = 3x^5 – x^3 + 8x – 3 

Example

 x = 1
 y = 3 - 1 + 8 - 3 = 7

Solution Stats

60.52% Correct | 39.48% Incorrect
Last Solution submitted on Mar 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers354

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!