Given the equation: ax3 + 7;
x raise to power 3;
if any which are correct;


a) y = a * x * x * x + 7;
e) y = a * ( x * x * x ) + 7;

i believe both are correct; cuz both will result same answer; but for better readability we should use type e. but i want to answer true or false, cud you help.

Recommended Answers

All 3 Replies

How is this related to C programming ?

Is it ur equation is like this
a(x)^3
then both is correct as you say and if you say about readability then e is good

i know... both are correct... should i ans. t to both.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.