The solution of the simultaneous equations 2x + 3 × 2y = 3 22x − 9 × 22y = 6 is x = p, y = q.
Find the value of p − q.
- A512
- B73
- Clog2 512
- Dlog2 73
- Elog2 9
- Flog2 15
Show the answer and worked solution
answer · F
- A512
- B73
- Clog2 512
- Dlog2 73
- Elog2 9
- Flog2 15
Put u = 2x and v = 2y. The equations become u + 3v = 3 and u2 − 9v2 = 6. The second is a difference of two squares: (u − 3v)(u + 3v) = 6, and since u + 3v = 3 this gives u − 3v = 2. Adding and subtracting, u = 52 and 3v = 12, so v = 16. Then p − q = log2 u − log2 v = log2uv = log2 15.