我们在此练习中多次使用了交叉乘法,因此在此之前已进行了说明。
Let,
a/b = c/d
Now if we multiply both sides by the denominators of left side and right side, we get,
(a/b) X (b X d) = (c/d) X (b X d)
=> a X d = b X c
This is called cross multiplication.
Question.1求解以下方程式。
我们可以通过将所有未知变量移到左侧来解决问题1至5。
1.(8x-3)/ 3x = 2
解决方案:
By multiplying on both sides by 3x we get,
=> (8x-3) X (3x) / 3x = 2 X (3x)
=> 8x-3 = 6x
=> 8x-6x-3 = 0
=> 2x-3 = 0
=> 2x = 3
=> x = 3/2
2. 9倍/(7-6倍)= 15
解决方案:
By multiplying both sides by (7-6x) we get,
=> (9x) X (7-6x) / (7-6x) = 15 X (7-6x)
=> 9x = (15 X 7) – (15 X 6)x
=> 9x = 105 – 90x
=> 9x + 90x = 105
=> 99x = 105
=> x = 105/99
=> x = 35/33
3. z /(z + 15)= 4/9
解决方案:
By cross multiplication,
=> z X 9 = (z+15) X 4
=> 9z = 4z + 4 X 15
=> 9z – 4z = 60
=> 5z = 60
=> z = 60/5
=> z = 12
4.(3y + 4)/(2-6y)= 2/5
解决方案:
By cross multiplication,
=> (3y+4) X 5 = (-2) X (2-6y)
=> (5 X 3)y + (4 X 5) = (-2 X 2) + (-2 X -6)y
=> 15y + 20 = -4 + 12y
=> 15y -12y = (-4) + (-20)
=> 3y = -24
=> y = -24/3
=> y = -8
5.(7y + 4)/(y + 2)= – 4/3
解决方案:
By cross multiplication,
=> (7y+4) X 3 = -4 X (y+2)
=> (7 X 3)y + (4 X 3) = -4y + (-4 X 2)
=> 21y + 12 = (-4y) + (-8)
=> 21y + 4y = (-8) + (-12)
=> 25y = -20
=> y = -20/25
=> y=-4/5
6.哈里(Hari)和哈里(Harry)的年龄比例为5:7。从现在开始的四年后,他们的年龄比例将为3:4。找到他们现在的年龄。
解决方案:
Let the present age of Hari be x ,
Let the present age of Harry be y .
Presently their ages are in ratio 5:7 , So we get
=> x : y = 5 : 7
We get,
=> x/y = 5/7
By cross multiplication,
=> 7x = 5y
=> x = (5y) / 7 ……….. (1)
After 4 years,
Hari’s age will be x+4,
Harry’s age will be y+4.
The ratio between their ages after four years is 3:4. So we get,
=> (x+4) : (y+4) = 3 : 4
=> (x+4)/(y+4) = 3/4
By cross multiplication,
=> (x+4) X 4 = 3 X (y+4)
=> 4x +16 = 3y + 12
=> 4x – 3y = -4 ……….. (2)
Now , we got two euations.
x = (5y) / 7 ……….. (1)
4x – 3y = -4 ……….. (2)
If we substitute this x value from (1) in equation (2) we get
=> 4 X (5y/7) – 3y = -4
=> 20y/7 – 3y = -4
=> 20y/7 – (7X3)y/7 = -4
=> (20y -21y) / 7 = -4
=> -y/7 = -4
=> y = (-4) X (-7)
=> y = 28
By substituting y=28 value in (1) we get
=> x = (5 X 28) / 7
=> x = (5 X 4)
=> x =20
So here Hari’s present age is 20 years and
Harry’s present age is 28 years.
7.有理数的分母比其分子大8。如果分子增加17,而分母减少1,则得到的数是3/2。找到有理数。
解决方案:
Let the numerator be x,
and the denominator be y.
From the first part of the question we get,
=> denominator = numerator + 8
=> y = x + 8 ……….. (1)
Now, from the second part of the question ,
=> (x+17) / (y-1) = 3/2
By cross multiplication,
=> (x+17) X 2 = 3 X (y-1)
=> 2x + 34 = 3y – 3
=> 2x – 3y = -34 – 3
=> 2x – 3y = -37 ……….. (2)
We got two equations.
Substituting (1) in (2), we get
=> 2x − 3 X (x+8) = −37
=> 2x − 3x − 24 = −37
=> 37 − 24 = x
=> x = 13
By substituting x=13 in (1) we get,
=> y = 13 +8
=> y = 21
We got x=13 and y=21
Hence the original rational fraction will be 13/21