| Criteria | Marks |
|---|
| Provides correct solution | 3 |
| Assumes logn(n+1) is rational and attempts to eliminate the logarithm, or equivalent merit | 2 |
| Attempts to use proof by contradiction, or equivalent merit | 1 |
Sample answer:
Suppose logn(n+1) is rational.
Then
logn(n+1)=qp,
where p,q are integers and q=0.
∴n+1=np/q
so
(n+1)q=np
If n is even then RHS is even, LHS is odd—a contradiction.
If n is odd then RHS is odd, LHS is even—a contradiction.
Hence in either case we have a contradiction, so logn(n+1) is irrational.