SOLUTION: The operation * is defined on the set of real numbers by a*b=a+b+ab/2. Is the operation associative
Algebra
->
Distributive-associative-commutative-properties
-> SOLUTION: The operation * is defined on the set of real numbers by a*b=a+b+ab/2. Is the operation associative
Log On
Algebra: Distributive, associative, commutative properties, FOIL
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Distributive-associative-commutative-properties
Question 683768
:
The operation * is defined on the set of real numbers by a*b=a+b+ab/2. Is the operation associative
Answer by
tommyt3rd(5050)
(
Show Source
):
You can
put this solution on YOUR website!
we check that (a*b)*c = a*(b*c)
(a*b)*c = (a+b+ab/2)*c =
a+b+ab/2 +c + ((a+b+ab/2)c)/2=
a*(b*c) = a*(b+c+bc/2) =
a+(b+c+bc/2)+(a((b+c+bc/2))/2
comparing...
(a+b+ab/2 +c + ((a+b+ab/2)c)/2) -
(a+(b+c+bc/2)+(a((b+c+bc/2))/2)
which is 0
the operation is associative
:)