Posted by unknown on Saturday, July 25, 2009 at 8:38pm.
In evaluating an algebraic expression, it is necessary to observe the rules of priorities of operators, namely
1. parentheses (from inside out)
2. exponents (from right to left)
3. multiplications and divisions (left to right), and
4. additions and divisions (left to right).
For example, we would evaluate as follows
3*(4+2*32*²-2)
= 3+(4+2*34-2)
= 3+(4+2*81-2)
= 3+(4+162-2)
= 3+(166-2)
= 3+(164)
= 167
Which means that the location and number of parentheses are very important.
In the given expression, evaluation as is will give
11-6/7-7
= 11 - (6/7) - 7
= 10 1/7 - 7
= 3 1/7
The evaluation you have posted seems to assume the following expression:
(11-6)/(7-7)
=5/0
which as you said is indefinite.
So it is important to examine the question and reproduce ALL parentheses, if there are any, and DO NOT ASSUME parentheses if they are not present.
In summary, the expression evaluated as is is not indefinite. But if the parentheses are present, it would be indefinite.
Related Questions
Math - I need help with a few problems. Please help. Perform the indicated ...
math - Perform the indicated operation. 11-6/ 7-7 Is this right: 11-6=5 7-7=0 5/...
Math - 1. Subtract7/9-(-13/18)=3/2? 2. divide -12/0= indeterminate form? 3. ...
Math - 1. Subtract7/9-(-13/18)=3/2? 2. divide -12/0= indeterminate form? 3. ...
Math - I can't to get this problem. Perform the indicated operation 11 -6/7...
Math 11 - perform the indicated operation and give the answer in simplified form...
mat115 - Perform the indicated operation. 11/7 - 6/7
Math - Perform the indicated operation. (-72) ÷ (9 - 9) Would this be -72...
algebra - how do you do this problem? perform indicated operation write answer ...
Math - 1. Which of the following numbers are integers?11/3, 9.7, -163, -3/8, 1 A...
For Further Reading