InterviewSolution
Saved Bookmarks
| 1. |
Solve the quadratic equations(1) x2 + 15x + 50 = 0(2) a2 − 5a + 6 = 0(3) y2 = y + 2(4) 6 − p2 = p(5) 30 = b2 − b(6) 2x2 = 5x − 12 = 0(7) 6y2 + y − 15 = 0(8) 6a2 + a = 5(9) 13m = 6(m2 + 1)(10) 0.2t2 − 0.04t = 0.03 |
|
Answer» Solve the quadratic equations (1) x2 + 15x + 50 = 0 (2) a2 − 5a + 6 = 0 (3) y2 = y + 2 (4) 6 − p2 = p (5) 30 = b2 − b (6) 2x2 = 5x − 12 = 0 (7) 6y2 + y − 15 = 0 (8) 6a2 + a = 5 (9) 13m = 6(m2 + 1) (10) 0.2t2 − 0.04t = 0.03 |
|