The matching is done below
An expression is a combination of numbers, variables, functions (such as addition, subtraction, multiplication or division etc.)
1) 3 is the difference of 2 times d minus 3.
As, 2*d - 3
=2*3 - 3
=6 - 3
= 3
2) 4 is 4 added to the difference of d minus 3.
or, 4 + (d - 3)
or, 4 + (3 - 3)
or, 4 + 0 = 4
3) 0 is the difference of d minus 3 divided by 2.
(d - 3)/2
= (3 - 3)/2
= 0/2
= 0
4) 2 is the quotient of 12 divided by the difference of 3 times d minus 3.
12/(3d - 3)
=12/(3*3 - 3)
=12/(9 - 3)
=12/6
= 2
Learn more about expression here:
https://brainly.com/question/14083225
#SPJ1