Admin Control Panel

New Post | Settings | Change Layout | Edit HTML | Moderate Comments | Sign Out O level A level A A1 A2 home private tuition physics chemistry mathematics maths biology trigonometry physics H2 H1 Science Score tutor tuition tuition tutoring tuition biology economics assessment exam exams exampapers exam papers NIE JC Secondary School Singapore Education tutor teach teacher school student agency
Showing posts with label O lvl EM: Algebraic Manipulation. Show all posts
Showing posts with label O lvl EM: Algebraic Manipulation. Show all posts

O lvl E Maths: Algebraic Manipulation

RI sec 3 1997 EOY P2 Q15

(a) Solve [(2x + 3) / (x² - 1)] - 2 = 1 / (x + 1)



(b) A man finds that it takes 10 minutes less to cut his lawn with a new mower which cuts at 12.5 m² per minute faster than his old one. The area of his lawn is 320 m².
(i) Taking x to be the rate, in m² per minute, at which the new mower cuts, write down an expression, in terms of x, for the time taken to cut the lawn with the new mower.

(ii) Hence form an equation in x and show that it reduces to 2x² - 25x - 800 = 0

(iii) Solve this equation and find the time taken to cut the lawn with the new mower.

(iv) If his new mower consumes 1 litre of petrol per 10 minutes and each litre of petrol costs $1.25, calculate the amount of petrol used and the cost of the petrol.

*************************

Answer:

(a) [(2x + 3) / (x² - 1)] - 2 = 1 / (x + 1)
(2x + 3) - 2(x² - 1) = (x² - 1) / (x + 1)
(2x + 3) - 2(x² - 1) = (x -1) ==> x² - 1 = (x + 1)(x - 1)
2x + 3 - 2x² + 2 = x - 1
2x² - x - 6 = 0
(2x + 3)(x - 2) = 0
x = -1.5 or x = 2



(b)
(i) Time taken = 320/x mins

(ii) 320/(x + 12.5) = 320/x + 10
-320/x + 320/(x + 12.5) = 10
[320x + 4000 - 320x] / [320/(x² - 12.5x)] = 10
400 = x² - 12.5x
x² - 12.5x - 400 = 0
2x² - 25x - 800 = 0 (shown)

(iii) 2x² - 25x - 800 = 0
Using formula, x = (-b ± √(b² - 4ac) ) / 2a,
x ≈ 27.2 or -14.7 (reject because x must be positive)

Hence, time taken = 320/27.2 = 11.76 mins

(iv) Amount of petrol used = 1/10 * 11.76 * $1.25 = $1.47


Singapore's first free online short to
medium questions and solutions database



O lvl E Maths: Algebraic Manipulation

RI Sec 3 1998 EOY P2 Q16

A solid cuboid has a base of dimensions (8 - x) cm by (x + 4) cm and height 1 cm.

(a)
(i) Show that the volume of the cuboid, V, in cm³, is given by V= 32 + 4x - x².
Hence, show that V = 36 - (x - 2)²

(ii) Find the dimensions of the cuboid if the cuboid has the maximum possible volume.

(iii) Find the dimensions of the cuboid if the cuboid has a volume of 20 cm³.


(b)
(i) Find an expression, in terms of x, for the total surface area of the cuboid.

(ii) If the total surface area is 40 cm², find the volume of the cuboid.

*************************

Answer:

(a)
(i) V = 1 * (8 - x) * (x + 4)
= (8 - x)(x + 4)
= 8x - x² + 32 - 4x
= 32 + 4x - x² (shown)

V= 32 - (x² - 4x) => complete the square
V = 32 - (x² - 4x + (-2)² - (-2)²)
V = 32 - (x -2)² + 4
V = 36 - (x - 2)² (shown)

(ii) Maximum possible value of V = 36
This happens when (x - 2)² = 0, or when x = 2
Hence, the dimensions are
(8 - 2) cm by (2 + 4) cm by 1 cm
6 cm by 6 cm by 1 cm

(iii) thus, 36 - (x - 2)² = 20
(x - 2)² = 16
x - 2 = 4 or x - 2 = -4
x = 6 or x = -2

When x = 6,
dimensions = (8 - 6) cm by (6 + 4) cm by 1 cm
= 2 cm by 10 cm by 1 cm

When x = -2,
dimensions = (8 - (-2) ) cm by (-2 + 4) cm by 1 cm
= 10 cm by 2 cm by 1 cm


(b)
(i) Total surface area = 1 * (8 - x) * 2 + 1 * (x + 4) * 2 + (8 - x)(x + 4) * 2
= 16 - 2x + 2x + 8 + 2 (32 + 4x - x²)
= 88 + 8x - 2x²

(ii) 88 + 8x - 2x² = 40
2x² - 8x - 88 + 40 = 0
x² - 4x - 24 = 0
Using formula, x = (-b ± √(b² - 4ac) ) / 2a,
x ≈ 7.29 or -3.29

When x = 7.29,
volume of cuboid = 36 - (7.29 - 2)² = 8.0159 cm³

When x = -3.29,
volume of cuboid = 36 - (-3.29 - 2)² = 8.0159 cm³

Hence, volume of cuboid = 8.0159 cm³


Singapore's first free online short to
medium questions and solutions database



O lvl E Maths: Algebraic Manipulation

(a) Factorise 49x4 – (x2 - x)2 Completely.

(b) A transport company pays the driver a wage of $2v per hour and reimburses $1/litre for fuel. On a certain trip, a lorry travels 100km at a constant speed of v km/h and consumes fuel at a rate of ( v3/200 – 1/5 v2) litres per hour.

(i) Find, in terms of v, the time taken by the lorry for the journey
(ii) Given that the total cost of the driver’s wages and fuel for the trip is $C, show C = ½ (v-20)2
(iii) If the total cost of the driver’s wages and fuel for the trip is $450, find the value of v.

*************************

Answer:

(a) 49x4 – (x2 - x)2 = 49x4 – (x4 – 2x3 + x2)
= 48x4 + 2x3 - x2
= x2 (48x2 + 2x - 1)
= x2 (8x - 1) (6x + 1)

(b) (i) Time taken = distance / speed
= (100 / v) hrs

(ii) Num of litres consumed = (100 / v) * ( v3/200 – 1/5 v2)
= ½v2 – 20 v

Total cost = $2v * (100 / v) + $1 * (½v2 – 20 v)
= $(200 + ½v2 – 20 v)
= $ ½(v2 – 40 v + 400)
= $ ½(v - 20)2 (shown)

(iii) $ ½(v - 20)2 = $450
(v - 20)2 = 900
v - 20 = 300 or -300 (must be positive)
v = 320


Singapore's first free online short to
medium questions and solutions database



O lvl E Maths: Algebraic Manipulation

RGS P2 Prelims 1997 Q4

A farmer bought 240 fruit bushes to plant in a field. He planted x rows, each containing the same number of bushes.

(a) Write down an expression, in terms of x, for the number of bushes in each row.

A second farmer bought 252 bushes, and he planted them in (x + 3) rows.
(b) Write down an expression for the number of bushes he planted in each row.

(c) Given that the first farmer had two bushes per row more than the second farmer, form an equation in x and show that it reduces to

x² + 9x - 360 = 0

(d) Solve this equation to find the number of bushes the first farmer had in each row.

*************************

Answer:

(a) Number of bushes in each row = 240 / x

(b) Number of pushes planted in each row = 252 / (x + 3)

(c) 240 / x - 252 / (x + 3) = 2
Multiply by x(x + 3) throughout
240 (x + 3) - 252x = 2x (x + 3)
240x + 720 - 252x = 2x² + 6x
2x² + 18x - 720 = 0

Divide by 2 throughout
x² + 9x - 360 = 0 (shown)


(d) x² + 9x - 360 = 0
(x - 15)(x + 24) = 0
x = 15 or x = -24 (reject as x must be positive)

Hence, number of bushes the first farmer had in each row is 15


Singapore's first free online short to
medium questions and solutions database



O lvl E Maths: Algebraic Manipulation

RGS P2 Prelims 1998 Q2b

A car travels x km for every litre of petrol used.
(i) Write down an expression for the number of litres used to travel 330 km

A second car travels (x + 4) km for every litre of petrol used.
(ii) Write down an expression for the number of litres this car uses to travel 330 km

Given that the first car uses 8 litres of petrol more than the second car for the 330 km journey, write an equation which x must satisfy and show that it reduces to
x² + 4x - 165 = 0

(iii) Solve this equation, and hence, find the number of litres of petrol used by the second car for the journey.

*************************

Answer:

(i) number of litres = 330 / x

(ii) number of litres = 330 / (x + 4)

330 / x - 330 / (x + 4) = 8
Multiply by x(x + 4) throughout

330 (x + 4) - 330 x = 8 x (x + 4)
330x + 1320 - 330x = 8x² + 32 x
8x² + 32 x - 1320 = 0

Divide by 8 throughout
x² + 4x - 165 = 0 (shown)

(iii) x² + 4x - 165 = 0
(x - 11)(x + 15) = 0
x = 11 or x = -15 (reject because x must be positive)

Hence, number of litres used by second car for the journey = 330 / (11 + 4)
= 330 / 15
= 22 litres


Singapore's first free online short to
medium questions and solutions database



Related Posts with Thumbnails