1. y = 5x + 1; valid statement 2. x^2 + 2x + 1 = 0; invalid assignment can only be done on a lone variable to the left of an = 3. x = 5 * a + 4; valid statement 4. 0 = -15 * b; invalid variable names cannot be numerical literals