InterviewSolution
| 1. |
Check whether the value given in the brackets is a solution to the given equation or not :(a) n + 5 = 19 (n = 1)(b) 7n + 5 = 19(n = -2)(c) 7n + 5 = 19 (n = 2)(d) 4p – 3= 13 (p = 1)(e) 4p – 3 = 13 (p = -4)(f) 4p – 3 = 13 (p = 0) |
|
Answer» (a) 1 + 5 ≠ 19 (b) 7 × -2 + 5 = 19 (c) 7 × 2+5 = 19 (d) 4(1) – 3 = 13 (e) 4(-4) – 3 = 13 (f) 4(0) – 3 = 13 |
|