Given the assignments abc = 45 and xyz = 75, which of the following expressions would evaluate to true?
1) abc + xyz == 120
2) abc - xyz == 30
3) abc * xyz == 3375
4) abc / xyz == 0.6