How to simplify -4 + 4h - (-1+3h-3h^2+h^3)

  • Thread starter Thread starter morrowcosom
  • Start date Start date
  • Tags Tags
    Simplify
morrowcosom
Messages
52
Reaction score
0

Homework Statement


-4 + 4h - (-1+3h-3h^2+h^3)


Homework Equations





The Attempt at a Solution


-4 + 4h + (1-3h+3h^2-h^3)
= -3 + h +3h^2 -h^3

I am doing independent study on a computer program and it accepted my unsimplified answer as correct, but not my simplified one. What is wrong with my simplified answer?
 
Last edited:
Physics news on Phys.org
morrowcosom said:

Homework Statement


-4 + 4h - (-1+3h-3h^2+h^3)


Homework Equations





The Attempt at a Solution


-4 + 4h + (1-3h+3h^2-h^3)
= -3 + h +3h^2 -h^3

I am doing independent study on a computer program and it accepted my unsimplified answer as correct, but not my simplified one. What is wrong with my simplified answer?

Nothing.
 
Is it possible the program "expected" terms to be written in decreasing order?
A similar thing happened to my son on a test for an on-line history class: he selected as an answer "b: hot and dry" in a multiple-choice quiz. It was marked incorrect: the program gave the correct answer as "c: dry and hot".
Poorly-constructed computer assessment packages are next to worthless.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top