Here are the solutions to the equations given in the quiz: a) $x + $x + $y = 10 + 10 + 5 = 25 b) $x - $y + $x = 10 - 5 + 10 = 15 c) $x + $y * $x = 10 + 5 * 10 = 10 + 50 = 60 d) $x / $y + $x = 10 / 5 + 10 = 2 + 10 = 12 e) $x > $y = 10 > 5 = True f) $y != $x = 5 != 10 = True g) ++$x = 11 h) $y-- = 4