题目
Problem
Given that
p=161x4,q=x340,
express each of the following in the form kxn where k and n are fully simplified constants.
(a) p21
(1)
(b) (pq)−1
(2)
(c) pq2
(2)
解答
(a)
解法一
思路
展开
p1/2 就是对 p 开平方。系数和 x 的幂都要分别处理。
答题过程
展开
p1/2===(161x4)1/2(161)1/2x4/241x2.
(b)
解法一
思路
展开
先求 pq,再取倒数。注意 x4÷x3=x。
答题过程
展开
First,
pq===161x4⋅x3401640x25x.
Therefore
(pq)−1==(25x)−152x−1.
(c)
解法一
思路
展开
先把 q2 求出来,再乘以 p。分母里的 x6 与分子里的 x4 合并后得到 x−2。
答题过程
展开
pq2===161x4(x340)2161x4⋅x61600100x−2.