The document contains examples of evaluating mathematical expressions for given values of variables. 1) It evaluates the expressions x + y, 2xy, and 5x/3y for x = 3 and y = 5, obtaining answers of 8, 30, and 1. 2) It evaluates the expression 3x + 2y for x = 3 and y = 5, obtaining the answer 19. 3) It evaluates the expression m + 2n for m = 5 and n = 2, obtaining the answer 9. 4) It evaluates the expression 18m + 7 for m = 1/3, obtaining the answer 13.