answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which arithmetic operation will performed first if there is Multiplication and division in a formula with no parentheses?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is operation within parentheses performed after operations outside parenthesis?

falso


The order in which calculations are performed in a formula is called?

PEMDAS- Parentheses, Exponents, Multiplication and Division, Addition and Subtraction


Which operation will be performed first in a formula does not contain parentheses?

Multiplications and divisions from left to right.


What arithmetic operation can be preformed on the numbers from this sequence -3-2-10123?

Any arithmetic operation, other than division by zero, can be performed on any set of numbers in a sequence.


Does the numerator in a fraction always stay the same?

If no arithmetic operation is performed on the fraction, then yes. Otherwise, probably not.


What will be performed first in a formula that does not contain parentheses?

I believe that, in the absence of parentheses, the order of applying operations is as follows (from first to last):1. exponentiation;2. multiplication and division;3. addition and subtraction.I should say I am not 100 % sure this answer is correct.


Which operation should be performed first when simplifying the expression?

We'll answer this generally, since you haven't provided an expression. A common technique for remembering the order of operations is the abbreviation "PEMDAS", which is turned into the phrase "Please Excuse My Dear Aunt Sally". It stands for "Parentheses, Exponents, Multiplication and Division, and Addition and Subtraction".


What is -9 x -8 -16?

PEMDAS is the order of operations which explains how problems are to be solved. The P stands for parentheses, ( ), ; parentheses are to be performed first if any. The E stands for exponents, n^n, (being raised to a certain power) is then performed. The M stands for multiplication, * or x, and this is then performed. The D stands for division, /, and this is then performed. Multiplication and division are performed in the order read (left to right); what comes first is solved first as long as it is after parentheses and exponents. The A stands for addition, +; which follows. The S stands for subtraction, -, then performed. The same rules for multiplication and division apply for addition and subtraction. Although addition is listed first, problems are solved in the order they are read as long as PEMDAS is followed. Therefore, -9 * -8 - 16 = 56. Multiplication is read first in -9 * -8 to equal 72. This is then subtracted by 16 to get 56.


What operation was performed to find a product?

multiplication. when you multiply 2 numbers the answer you get is a product. example: 5 times 4 = 20 20 is the product


What is the difference between the arithmetic operations and logical operations which are performed by the CPU?

An arithmetic operation is dealing with data in a computational manner, adding subtracting, etc A logical operation would normally be regarded a a comparison and decision, though one school of though would include the literally 'logical operations' such as NOT, OR, AND, etc.


What are the formulas for basic algebra?

If you are asking 'in what order are arithmetic operations performed'; One useful mnemonic is BEDMAS. This order is Brackets, Exponents, Division, Multiplication, Addition, and Subtraction. Sometimes called Order of Operations.


Do computer systems engage in multiplication and division processes?

The answer is Negative!. A computer per-se has no clue what a multiplication or a division is. Since this two operations rely on subsequent use of two simpler arithmetic operations (addition and substraction), a component called the ALU (Arithmetic Logic Unit) is in charge of performing more complex operations. If you think about it, one can reduce every single mathematical operation to just additions and substractions, hence, in order to multiply, the computer will simply make the corresponding additions very quick (which is exactly what a multiplication is). Just for you to know, the base 10 numbers you give as inputs are converted to binary representations. All arithmetic operations are performed on a base 2 system before being reconverted back to base 10 so humans undertsand it.