题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
(a) Fully factorise
9x3−10x2+x.
(2)
(b) Hence solve
9×27y−10×9y+3y=0.
(3)
解答
(a)
解法一
思路
展开
先提出公因式 x,剩下的是二次式 9x2−10x+1,再因式分解。
答题过程
展开
9x3−10x2+x==x(9x2−10x+1)x(9x−1)(x−1).
(b)
解法一
思路
展开
把 27y 和 9y 都写成 3y 的幂:
27y=(33)y=(3y)3,9y=(32)y=(3y)2.
令 X=3y,方程就变成 (a) 中的三次式。
答题过程
展开
Let
X=3y.
Then
27y=(3y)3=X3,9y=(3y)2=X2.
So the equation becomes
9X3−10X2+X=X(9X−1)(X−1)=00.
Since X=3y>0, we cannot have X=0.
Thus
9X−1=0orX−1=0.
So
X=91orX=1.
Return to X=3y:
3y=91=3−2or3y=1=30.
Therefore
y=−2ory=0.