asked 193k views
4 votes
Using the order of precedence for arithmetic operators, these two formulas will calculate the same result: =22/2*5 =22/(2*5).

asked
User Lulumeya
by
8.1k points

1 Answer

2 votes
It is false. These two formula will not give the same result.
22/2 x 5 = 11 x 5 = 55
22/(2 x 5) = 22 / 10 = 2.2
So, you see both have different answers.
answered
User MightySeal
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.