answersLogoWhite

0

What is a operator math?

Updated: 9/24/2023
User Avatar

Wiki User

9y ago

Best Answer

A math operation is a question involving numbers and/or numerals.

* * * * *

An operation is a rule according to which two (or more) numbers (or variables) are combined to form another number (or variable). The numbers or variables need not all be different.

Addition. subtraction, multiplication and division are common binary operations. The word "binary" means that they are rules about combining two variables to form a third. In many cases, a binary operation can be applied again and again so that adding together of a lot of numbers does not appear to be binary.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

An operator is a rule for combining or transforming numbers.

For example, the four primary operators of arithmetic ( +, - , * , / ) are binary operators and they describe the rules for combining two numbers to give a third number as the answer.

Square root or reciprocal are examples of unary operators which transform one number into another.

The validity of operators may be restricted by their domain or range. Division is not defined if the second number is 0. Square roots of negative numbers are not defined unless the range is the complex field.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

a symbol or function denoting an operation, like plus or minus signs.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a operator math?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Some Math in the job of movie and camera operator?

tHEY USE MAtH bY ;; COllECTiNG iNfORMATiON && ADDiNG iT tOGEtHER!!


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().


Does a firefighter use any math?

a basic firefighter does not use any math but if you are an EO (Engine operator) yes you with use math because you have to do pump operations and hydraulics.


What is an arithmetic operator in c program?

An arithmetic operator is any of the "atomic" operators to do the following math operations: + addition - subtraction / division * multiplication % modulus division


What is a conjunction in math?

A conjunction is a mathematical operator that returns an output of true if and only if all of its operands are true.


What is the definition of operator in math?

An operator is "a symbol or function representing a mathematical operation." In other words, it's the symbol telling you what should be done in the equation, (i.e., add, subtract, multiply, divide...)


Can you make a target number thirty Seven by using number five five times. You can use any math operator as you want?

No.


What are the four fundamental math concepts used in evaluating an expression?

The fundamental math operations: 1. Multiplication 2. Division 3. Addition 4. Subtraction The operator performs the operations of the expression in the order from the left to the right.


What is a chemical plant operator pre-employment test like?

A chemical plant operator will have to take tests that involve their psychology, personality, and technical skills. This will include general knowledge or math tests. They will also have to take a personality battery of some type.


What does and in math mean?

It usually means the same as it normally does, but is sometimes unwisely taken to mean "plus" (2 and 3 are 5). In Boolean logic, AND does mean "and" but is a definite operator.


Where do you get correct answer to math questions?

there are some great websites that give help with homework using online FREE demo's!!! one that i use frequently, is tutorvista.com. you get to chat with a live operator and they have this whiteboard application, where you can see the live math tutor's work!! you should try it.....


What are different types of operators?

The different types of operators are as follows: *Arithmatic operator *Relational operator *Logical operator *Assignment operator *Increment/Decrement operator *Conditional operator *Bitwise operator *Special operator