Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
lishuang
Contributor III
Contributor III

What is the difference between a and b

Hi all,

What is the difference between A+(B-C) and (A+B)-C?

Thanks!

2 Replies
m_woolf
Master II
Master II

None

ift_isabelle
Partner - Creator III
Partner - Creator III

None. If you multipy or divide it matters.

IF A = 1 B = 2 C= 3

A + (B * C) = 1 + (2 * 3) = 1 + 6 =7

(A+B) * C = (1 + 2) * 3 = 3 * 3 =9