SmarterEd

Aussie Maths & Science Teachers: Save your time with SmarterEd

  • Login
  • Get Help
  • About

Financial Maths, 2ADV M1 2020 HSC 26

Tina inherits $60 000 and invests it in an account earning interest at a rate of 0.5% per month. Each month, immediately after the interest has been paid, Tina withdraws $800.

The amount in the account immediately after the `n`th withdrawal can be determined using the recurrence relation

`A_n = A_(n - 1)(1.005) - 800`,

where `n = 1, 2, 3, …`  and  `A_0 = 60\ 000`

  1. Use the recurrence relation to find the amount of money in the account immediately after the third withdrawal.  (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

  2. Calculate the amount of interest earned in the first three months.  (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  3. Calculate the amount of money in the account immediately after the 94th withdrawal.  (3 marks) 

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `$58\ 492.49`
  2. `$892.49`
  3. `$187.85`
Show Worked Solution
a.    `A_1` `= 60\ 000(1.005) – 800 = $59\ 500`
  `A_2` `= 59\ 500(1.005) – 800 = $58\ 997.50`
  `A_3` `= 58\ 997.50(1.005) – 800 = $58\ 492.49`

 

b.   `text{Amount (not interest)}`

`= 60\ 000 – (3 xx 800)`

`= $57\ 600`
 

`:.\ text(Interest earned in 3 months)`

`= A_3 – 57\ 600`

`= 58\ 492.49 – 57\ 600`

`= $892.49`
 

c.   `A_1 = 60\ 000(1.005) – 800`

`A_2` `= [60\ 000(1.005) – 800](1.005) – 800`
  `= 60\ 000(1.005)^n – 800(1.005 + 1)`
`vdots`  
`A_n` `= 60\ 000(1.005)^n – 800(1 + 1.005 + … + 1.005^(n – 1))`
`A_94` `= 60\ 000(1.005)^94 – 800\ underbrace((1 + 1.005 + … + 1.005^93))_(text(GP where)\ a = 1,\ r = 1.005,\ n = 94)`
  `= 60\ 000(1.005)^94 – 800 ((1(1.005^94 – 1))/(1.005 – 1))`
  `= 60\ 000(1.005)^94 – 160\ 000(1.005^94 – 1)`
  `= $187.85`

Filed Under: Financial Applications of Series Tagged With: Band 3, Band 4, Band 5, smc-1007-30-Annuity/Deposit - Withdrawal Phase, smc-1007-60-Recursion

Probability, 2ADV S1 2020 HSC 14

History and Geography are two of the subjects students may decide to study. For a group of 40 students, the following is known.

    • 7 students study neither History nor Geography
    • 20 students study History
    • 18 students study Geography
  1. A student is chosen at random. By a using a Venn diagram, or otherwise, find the probability that the student studies both History and Geography.   (2 marks)

    --- 8 WORK AREA LINES (style=lined) ---

  2. A students is chosen at random. Given that the student studies Geography, what is the probability that the student does NOT study History?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  3. Two different students are chosen at random, one after the other. What is the probability that the first student studies History and the second student does NOT study History?   (2 marks)

    --- 3 WORK AREA LINES (style=lined) ---

Show Answers Only
  1.  
  2. `13/18`
  3. `10/39`
Show Worked Solution
a.   

`P(text(H and G))= 5/40= 1/8`
 

♦ Mean mark (b) 49%.

b.    `P(bartext(H) | text(G))= (P(bartext(H) ∩ text(G)))/(Ptext{(G)})= 13/18`
 

c.    `P(text(H), bartext(H))= 20/40 xx 20/39= 10/39`

Filed Under: Conditional Probability and Venn Diagrams, Conditional Probability and Venn Diagrams Tagged With: Band 3, Band 4, Band 5, smc-6470-20-Venn Diagrams, smc-991-20-Venn Diagrams/Intersections

Calculus, 2ADV C3 2020 HSC 21

Hot tea is poured into a cup. The temperature of tea can be modelled by  `T = 25 + 70(1.5)^(−0.4t)`, where `T` is the temperature of the tea, in degrees Celsius, `t` minutes after it is poured.

  1. What is the temperature of the tea 4 minutes after it has been poured?  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. At what rate is the tea cooling 4 minutes after it has been poured?  (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  3. How long after the tea is poured will it take for its temperature to reach 55°C?  (3 marks)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `61.6\ \ (text(to 1 d.p.))`
  2. `−5.9^@text(C/min)`
  3. `5.2\ text(minutes  (to 1 d.p.))`
Show Worked Solution
a.    `T` `= 25 + 70(1.5)^(−0.4 xx 4)`
    `= 61.58…`
    `= 61.6\ \ (text(to 1 d.p.))`

 

b.    `(dT)/(dt)` `= 70 log_e(1.5) xx −0.4(1.5)^(−0.4t)`
    `= −28log_e(1.5)(1.5)^(−0.4t)`

 

`text(When)\ \ t = 4,`

`(dT)/(dt)` `= −28log_e(1.5)(1.5)^(−1.6)`
  `= −5.934…`
  `= −5.9^@text(C/min  (to 1 d.p.))`

 

c.   `text(Find)\ \ t\ \ text(when)\ \ T = 55:`

♦ Mean mark part (c) 44%.
`55` `= 25 + 70(1.5)^(−0.4t)`
`30` `= 70(1.5)^(0.4t)`
`(1.5)^(−0.4t)` `= 30/70`
`−0.4t log_e(1.5)` `= log_e\ 3/7`
`−0.4t` `= (log_e\ 3/7)/(log_e (1.5))`
`:. t` `= (−2.08969)/(−0.4)`
  `= 5.224…`
  `= 5.2\ text(minutes  (to 1 d.p.))`

Filed Under: Rates of Change Tagged With: Band 2, Band 3, Band 5, smc-1091-22-Exponential G&D, smc-1091-30-Log/Exp Function, smc-966-30-Other exponential modelling

Trigonometry, 2ADV T1 2020 HSC 15

Mr Ali, Ms Brown and a group of students were camping at the site located at `P`. Mr Ali walked with some of the students on a bearing of 035° for 7 km to location `A`. Ms Brown, with the rest of the students, walked on a bearing of 100° for 9 km to location `B`.
 


 

  1. Show that the angle `APB` is 65°.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Find the distance `AB`.   (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

  3. Find the bearing of Ms Brown's group from Mr Ali's group. Give your answer correct to the nearest degree.   (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(See Worked Solutions)`
  2. `8.76\ text{km  (to 2 d.p.)}`
  3. `146^@`
Show Worked Solution

a.    `angle APB= 100-35= 65^@`
 

b.   `text(Using cosine rule:)`

`AB^2` `= AP^2 + PB^2-2 xx AP xx PB cos 65^@`
  `= 49 + 81-2 xx 7 xx 9 cos 65^@`
  `= 76.750…`
`:.AB` `= 8.760…= 8.76\ text{km  (to 2 d.p.)}`

 
c.

`anglePAC = 35^@\ (text(alternate))`

`text(Using cosine rule, find)\ anglePAB:`

`cos anglePAB` `= (7^2 + 8.76-9^2)/(2 xx 7 xx 8.76)= 0.3647…`  
`:. angle PAB` `= 68.61…^@= 69^@\ \ (text(nearest degree))`  

 
`:. text(Bearing of)\ B\ text(from)\ A\ (theta)` 

`= 180-(69-35)`

`= 146^@`

Filed Under: Bearings, Bearings Tagged With: 2adv-std2-common, Band 2, Band 3, Band 4, common-content, smc-6395-10-Bearings, smc-981-10-Bearings

Measurement, STD2 M6 2020 HSC 16

Consider the triangle shown.
 


 

  1. Find the value of `theta`, correct to the nearest degree.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  2. Find the value of `x`, correct to one decimal place.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `39^@`
  2. `12.1 \ text{(to 1 d.p.)}`
Show Worked Solution
a.      `tan theta` `= frac{8}{10}`
  `theta` `= tan ^(-1) frac{8}{10}`
    `= 38.659…`
    `= 39^@ \ text{(nearest degree)}`

 

b.     `text{Using Pythagoras:}`

`x` `= sqrt{8^2 + 10^2}`
  `= 12.806…`
  `= 12.8 \ \ text{(to 1 d.p.)}`

Filed Under: Pythagoras and Right-Angled Trig, Right-Angled Trig Tagged With: Band 3, num-title-ct-corea, num-title-qs-hsc, smc-4552-30-tan, smc-802-20-Right-Angled Trig

Calculus, 2ADV C4 2020 HSC 18

  1. Differentiate  `e^(2x) (2x + 1)`.  (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  2. Hence, find  `int(x + 1)e^(2x)\ dx`.  (1 marks)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `4e^(2x)(x + 1)`
  2. `1/4 e^(2x)(2x + 1) + c`
Show Worked Solution
a.    `y` `= e^(2x) (2x + 1)`
  `(dy)/(dx)` `= 2e^(2x)(2x + 1) + 2e^(2x)`
    `= 2e^(2x)(2x + 2)`
    `= 4e^(2x)(x + 1)`

♦ Mean mark part (b) 40%.

 

b.    `int(x + 1)e^(2x)dx` `= 1/4 int 4e^(2x)(x + 1)`
    `= 1/4 e^(2x)(2x + 1) + c`

Filed Under: Exponential Calculus (Y12), L&E Integration Tagged With: Band 3, Band 5, smc-1203-50-Diff then Integrate, smc-965-60-Diff then integrate

Calculus, 2ADV C4 2020 HSC 13

Evaluate `int_0^(pi/4) sec^2 x\ dx`.  (2 marks)

Show Answers Only

`1`

Show Worked Solution
`int_0^(pi/4) sec^2 x` `= [tan x]_0^(pi/4)`
  `= tan\ pi/4 – tan 0`
  `= 1`

Filed Under: Trig Integration Tagged With: Band 3, smc-1204-30-Sec^2

Financial Maths, 2ADV M1 2020 HSC 12

Calculate the sum of the arithmetic series  `4 + 10 + 16 + … + 1354`.  (3 marks)

--- 6 WORK AREA LINES (style=lined) ---

Show Answers Only

`153\ 454`

Show Worked Solution

`a = 4, \ l = 1354, \ d = 10 – 4 = 6`

`text(Find)\ n:`

`T_n` `= a + (n + 1)d`
`1354` `= 4 + (n – 1)6`
`1354` `= 6n – 2`
`n` `= 1356/6`
  `= 226`

 

`:. S_226` `= n/2 (a + l)`
  `= 226/2(4 + 1354)`
  `= 153\ 454`

Filed Under: Arithmetic Series Tagged With: Band 3, smc-1005-20-Find Sum, smc-1005-60-Calculations Only

Trigonometry, 2ADV T3 2020 HSC 6 MC

Which interval gives the range of the function  `y = 5 + 2cos3x` ?

  1.  `[2,8]`
  2.  `[3,7]`
  3.  `[4,6]`
  4.  `[5,9]`
Show Answers Only

`B`

Show Worked Solution

`−1 <= cos3x <= 1`

`−2 <= 2cos3x <= 2`

`3 <= 5 + 2cos3x <= 7`

`:.\ text(Range)\ [3, 7]`

`=>B`

Filed Under: Trig Graphs Tagged With: Band 3, smc-977-20-cos

Algebra, STD2 A1 2020 HSC 3 MC

The distance between Bricktown and Koala Creek is 75 km. A person travels from Bricktown to Koala Creek at an average speed of 50 km/h.

How long does it take the person to complete the journey?

  1.  40 minutes
  2.  1 hour 25 minutes
  3.  1 hour 30 minutes
  4.  1 hour 50 minutes
Show Answers Only

`C`

Show Worked Solution
`text(Time)` `= frac(text(Distance))(text(Speed))`
  `= frac(75)(50)`
  `=1.5 \ text(hours)= 1 \ text(hour) \ 30 \ text(minutes)`

 
`=> \ C`

Filed Under: Applications: BAC, D=SxT and Medication, Applications: BAC, Medication and D=SxT Tagged With: Band 3, smc-6235-20-\(d=s\times t\), smc-791-20-\(D=S\times T\)

Functions, 2ADV F2 2020 HSC 2 MC

The function  `f(x) = x^3`  is transformed to  `g(x) = (x - 2)^3 + 5`  by a horizontal translation of 2 units followed by a vertical translation of 5 units.

Which row of the table shows the directions of the translations?
 

Show Answers Only

`B`

Show Worked Solution

`text(Horizontal translation: 2 units to the right)`

`x^3 -> (x – 2)^3`

`text(Vertical translation: 5 units up`

`(x – 2)^3 -> (x – 2)^3 + 5`

`=>\ B`

Filed Under: Other Graph Transformations, Transformations Tagged With: Band 3, smc-1008-10-Polynomials, smc-1008-60-Translation (Only), smc-6408-10-Polynomials, smc-6408-40-Translation (only)

Mechanics, EXT2 M1 EQ-Bank 4

A torpedo with a mass of 80 kilograms has a propeller system that delivers a force of `F` on the torpedo, at maximum power. The water exerts a resistance on the torpedo proportional to the square of the torpedo's velocity `v`.

  1. Explain why  `(dv)/(dt) = 1/80 (F - kv^2)`
     
    where `k` is a positive constant.  (1 mark)

    --- 4 WORK AREA LINES (style=lined) ---

  2. If the torpedo increases its velocity from  `text(10 ms)\ ^(−1)`  to  `text(20 ms)\ ^(−1)`, show that the distance it travels in this time, `d`, is given by
     
         `d = 40/k log_e((F - 100k)/(F - 400k))`  (3 marks)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(See Worked Solutions)`
  2. `text(See Worked Solutions)`
Show Worked Solution

i.   `R ∝ v^2`

`R = −kv^2\ \ (k\ text{is positive constant})`

`text(Newton’s 2nd Law:)`

`text(Net Force)= mddotx` `= F – R`
`80ddotx` `= F – kv^2`
`ddotx` `= 1/80 (F – kv^2)`
`(dv)/(dt)` `= 1/80 (F – kv^2)`

 

ii.    `v · (dv)/(dx)` `= 1/80 (F – kv^2)`
  `(dv)/(dx)` `= (F – kv^2)/(80v)`
  `(dx)/(dv)` `= (80v)/(F – kv^2)`
  `x` `= −40 int (−2v)/(F – kv^2)\ dv`
    `= −40/k log_e (F – kv^2) + C`

 

`text(When)\ \ v = 10:`

`x_1 = −40/k log_e (F – 100k) + C`
 

`text(When)\ \ v = 20:`

`x_2 = −40/k log_e (F – 400k) + C`
 

`d` `= x_2 – x_1`
  `= −40/k log_e (F – 400k) + 40/k log_e (F – 100k)`
  `= 40/k log_e ((F – 100k)/(F – 400k))`

Filed Under: Resisted Motion Tagged With: Band 3, Band 5, smc-1061-07-Resistive medium, smc-1061-20-R ~ v^2, smc-1061-60-Time of Travel / Distance

Mechanics, EXT2 M1 EQ-Bank 1

A canon ball of mass 9 kilograms is dropped from the top of a castle at a height of `h` metres above the ground.

The canon ball experiences a resistance force due to air resistance equivalent to  `(v^2)/500`, where `v` is the speed of the canon ball in metres per second. Let  `g=9.8\ text(ms)^-2`  and the displacement, `x` metres at time `t` seconds, be measured in a downward direction.

  1. Show the equation of motion is given by
     
         `ddotx = g - (v^2)/4500`  (1 mark)

    --- 4 WORK AREA LINES (style=lined) ---

  2. Show, by integrating using partial fractions, that
     
         `v = 210((e^(7/75 t) - 1)/(e^(7/75 t) + 1))`  (5 marks)

    --- 12 WORK AREA LINES (style=lined) ---

     

  3. If the canon hits the ground after 4 seconds, calculate the height of the castle, to the nearest metre.  (3 marks)

    --- 8 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(See Worked Solutions)`
  2. `text(See Worked Solutions)`
  3. `78\ text(metres)`
Show Worked Solution

i.   `text(Newton’s 2nd Law:)`

`text(Net Force)` `= mddotx`
`mddotx` `= mg – (v^2)/500`
`9ddotx` `= 9g – (v^2)/500`
`ddotx` `= g – (v^2)/4500`

 

ii.    `(dv)/(dt)` `= g – (v^2)/4500`
    `= (44\ 100 – v^2)/4500`

 
`(dt)/(dv) = 4500/(44\ 100 – v^2)`
 

`text(Using Partial Fractions:)`

`1/(44\ 100 – v^2) = A/(210- v) + B/(210 – v)`

`A(210 – v) + B(210 + v) = 1`
 

`text(If)\ \ v = 210,`

`420B = 1 \ => \ B = 1/420`
 

`text(If)\ \ v = −210,`

`420A = 1 \ => \ A = 1/420`
 

`t` `= int 4500/(210^2 – v^2)\ dv`
  `= 4500/420 int 1/(210 + v) + 1/(210 – v)\ dv`
  `= 75/7 [ln(210 + v) – ln(210 – v)] + c`
  `= 75/7 ln((210 + v)/(210 – v)) + c`

 

`text(When)\ \ t = 0, v = 0:`

`0` `= 75/7 ln(210/210) + c`
`:. c` `= 0`

 

` t` `= 75/7 ln((210 + v)/(210 – v))`
`7/75 t` `= ln((210 + v)/(210 – v))`
`e^(7/75 t)` `= (210 + v)/(210 – v)`
`e^(7/75 t) (210 – v)` `= 210 + v`
`210e^(7/75 t) – 210` `= ve^(7/75 t) + v`
`210(e^(7/75 t) – 1)` `= v(e^(7/75 t) + 1)`
`:. v` `= 210((e^(7/75 t) – 1)/(e^(7/75 t) + 1))`

 

iii.    `v · (dv)/(dx)` `= (44\ 100 – v^2)/4500`
  `(dx)/(dv)` `= (4500v)/(44\ 100 – v^2)`
  `int (dx)/(dv)\ dv` `= −4500/2 int (−2v)/(44\ 100 – v^2)\ dv`
  `x` `= −2550 log_e(44\ 100 – v^2) + c`

 
`text(When)\ \ x = 0, v = 0:`

`0` `= −2250 log_e(44\ 100) + c`
`c` `= 2250 log_e(44\ 100)`
`x` `= −2250 log_e(44\ 100 – v^2) + 2250 log_e44\ 100`
  `= 2250 log_e((44\ 100)/(44\ 100 – v^2))`

 
`text(When)\ \ t = 4:`

`v` `= 210((e^(28/75) – 1)/(e^(28/75) + 1))`
  `= 38.7509…`

 

`:. h` `= 2250 log_e((44\ 100)/(44\ 100 – 38.751^2))`
  `= 77.94…`
  `= 78\ text(metres)`

Filed Under: Resisted Motion Tagged With: Band 3, Band 4, Band 5, smc-1061-05-Projectile Motion, smc-1061-20-R ~ v^2, smc-1061-60-Time of Travel / Distance

Complex Numbers, EXT2 N1 SM-Bank 4

  1. Express `z` in the form  `a + bi`, given  `z = sqrt(−3 - 4i)`  (2 marks)

    --- 7 WORK AREA LINES (style=lined) ---

  2. Hence, using the quadratic formula, solve
     
         `z^2 - 7z + 13 + i = 0`  (1 mark)

    --- 3 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `z_1 = −1 + 2i`
  2. `z = 3 + i\ \ text(or)\ \ 4 – i`
Show Worked Solution
i.    `z` `= sqrt(−3 – 4i)`
  `z^2` `= −3 – 4i`
`−3 – 4i` `= (x + iy)^2`
  `= x^2 – y^2 + 2xyi`
   
`x^2 – y^2` `= −3\ …\ \ (1)`
`2xy` `= −4`
`xy` `= −2\ …\ \ (2)`

 
`x=-1,\ \ y=2`

`x=1,\ \ y=-2`
 

`:. z_1` `= −1 + 2i`
`z_2` `= 1 – 2i`


ii.
   `z^2 – 7z + 13 + i = 0`

 
`text(Using general formula:)`

`z` `= (−b ± sqrt(b^2 – 4ac))/(2a)`
  `= (7 ± sqrt(49 – 4 · 1(13 + i)))/2`
  `= (7 ± sqrt(−3 – 4i))/2`

 
`text(Using)\ \ z_1 = −1 + 2i,`

COMMENT: Since  `z_1 = – z_2`, the general formula only produces 2 distinct solutions.

`z = (7 + (−1 + 2i))/2 = 3+i`
 

`text(Using)\ \ z_2 = 1 – 2i,`

`z = (7 + (1 – 2i))/2 = 4 – i`
 

`:. z = 3 + i\ \ text(or)\ \ z=4 – i`

Filed Under: Solving Equations with Complex Numbers Tagged With: Band 3, smc-1050-10-Quadratic roots

Complex Numbers, EXT2 N1 EQ-Bank 13

Find the values of `z`, in the form  `z = x + iy`, such that

`z = sqrt(-15 + 8i)`   (2 marks)

--- 6 WORK AREA LINES (style=lined) ---

Show Answers Only

`z= 1 + 4i\ \ text(or)\ \ z= -1-4i`

Show Worked Solution
`z` `= sqrt(-15 + 8i)`
`z^2` `= -15 + 8i`
`-15 + 8i` `= (x + iy)^2`
  `= x^2-y^2 + 2xyi`

 

`x^2-y^2` `= -15\ …\ (1)`
`2xy` `= 8`
`xy` `= 4\ …\ (2)`

 
`x=1,\ \ y=4`

`x=-1,\ \ y=-4`
 

`:. z_1` `= 1 + 4i`
`z_2` `= -1-4i`

Filed Under: Arithmetic of Complex Numbers Tagged With: Band 3, smc-1048-25-Square Root

Complex Numbers, EXT2 N1 EQ-Bank 2

Find the values of `z`, in the form  `z = a + ib`, such that

`z = sqrt(7 + 24i)`  (2 marks)

Show Answers Only

`z = 4 + 3i\ \ text(or)\ \ z=-4-3i`

Show Worked Solution
`z` `= sqrt(7 + 24i)`
`z^2` `= 7 + 24i`
`7 + 24i` `= (a + ib)^2`
  `= a^2 – b^2 + 2abi`

 

`a^2 – b^2` `= 7\ …\ (1)`
`2ab` `= 24`
`ab` `= 12\ …\ (2)`

 
`a=4,\ \ b=3`

`a=-4,\ \ b=-3`
 

`:. z_1` `= 4 + 3i`
`z_2` `= −4 – 3i`

Filed Under: Arithmetic of Complex Numbers Tagged With: Band 3, smc-1048-25-Square Root

Calculus, 2ADV C2 2006 HSC 2aii

Differentiate  `sin x/(x + 1)`  with respect to `x`.  (2 marks)

--- 5 WORK AREA LINES (style=lined) ---

Show Answers Only

`dy/dx = {cos x (x + 1)-sin x} / (x + 1)^2`

Show Worked Solution

`y = sin x / (x + 1)`

`text(Using)\ \ d/dx (u/v) = (u^{\prime} v-uv^{\prime})/v^2`

`u` `= sin x` `v` `= x + 1`
`u^{\prime}` `= cos x` `\ \ \ v^{\prime}` `= 1`

 

`:.dy/dx = {cos x (x + 1)-sin x} / (x + 1)^2`

Filed Under: Trig Differentiation Tagged With: Band 3, smc-968-10-Sin, smc-968-50-Quotient Rule

Algebra, STD2 A2 EQ-Bank 8 MC

What is the equation for the line shown?
 

  1. `y = -3/2 x + 2`
  2. `y = 3/2 x + 2`
  3. `y = -2/3 x + 2`
  4. `y = 2/3 x + 2`
Show Answers Only

`B`

Show Worked Solution

`text(Graph cuts)\ y text(-axis at 2)`

`text(Gradient) = text(rise)/text(run) = 3/2`

`:. y = 3/2 x + 2`

`=>B`

Filed Under: Linear Equations and Basic Graphs, Linear Equations and Basic Graphs, Linear Modelling and Basic Graphs, Linear Modelling and Basic Graphs Tagged With: Band 3, smc-1118-20-Identify graph/equation, smc-6255-20-Equation of a Line, smc-6512-20-Equation of a line, smc-792-20-Equation of Line

Algebra, STD2 A1 EQ-Bank 16

Fabio drove 300 km in `4 1/2` hours.

His average speed for the first 210 km was 70 km per hour.

How long did he take to travel the last 90 km?   (2 marks)

--- 4 WORK AREA LINES (style=lined) ---

Show Answers Only

`1 1/2`

Show Worked Solution

`text(Time for 1st 210 km)= 210/70= 3\ text(hours)`

`:.\ text(Time for last 90 km)= 4 1/2-3= 1 1/2\ text(hours)`

Filed Under: Applications: BAC, D=SxT and Medication, Applications: BAC, Medication and D=SxT Tagged With: Band 3, smc-6235-20-\(d=s\times t\), smc-791-20-\(D=S\times T\)

Calculus, EXT1 C3 EQ-Bank 1

  1. Sketch the region bounded by the curve  `y = x^2`  and the lines  `y = 16`  and  `y = 9`.  (1 mark)

    --- 8 WORK AREA LINES (style=lined) ---

  2. Calculate the area of this region.  (3 marks)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1.  
  2. `148/3 \ text(u²)`
Show Worked Solution
i.   

 

ii.   `text(Areas either side of)\ ytext(-axis are equal.)`

`y = x^2\ \ =>\ \ x = sqrty`

`:. A` `= 2 int_9^16 x\ dy`
  `= 2 int_9^16 sqrty\ dy`
  `= 2[2/3 y^(3/2)]_9^16`
  `= 4/3[(sqrt16)^3 – (sqrt9)^3]`
  `= 4/3[64 – 27]`
  `= 148/3 \ text(u²)`

Filed Under: Further Area and Solids of Revolution Tagged With: Band 3, Band 4, smc-1039-50-Area

Functions, 2ADV F2 EQ-Bank 2 MC

Which diagram best shows the graph

`y = 1 - 2(x + 1)^2`

A. B.
C. D.
Show Answers Only

`A`

Show Worked Solution

`text(Transforming)\ \ y = x^2 :`

`text(Translate 1 unit left)\ \ => \ y = (x + 1)^2`

`text(Dilate from)\ xtext(-axis by a factor of 2)\ => \ y = 2(x + 1)^2`

`text(Reflect in)\ xtext(-axis)\ \ => \ y= −2(x + 1)^2`

`text(Translate 1 unit up)\ \ => \ y = 1 – 2(x + 1)^2`

`:.\ text(Transformations describe graph)\ A.`

`=>\ A`

Filed Under: Other Graph Transformations, Transformations Tagged With: Band 3, smc-1008-10-Polynomials, smc-1008-70-Combinations, smc-6408-10-Polynomials, smc-6408-60-Combinations

Functions, 2ADV F2 EQ-Bank 16

`y = -(x + 2)^4/3`  has been produced by three successive transformations: a translation, a dilation and then a reflection.

  1. Describe each transformation and state the equation of the graph after each transformation.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  2. Sketch the graph.   (1 mark)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only

a.    `text(See Worked Solutions)`

b.    

Show Worked Solution

a.   `text(Transformation 1:)`

`text(Translate)\ \ y = x^4\ \ 2\ text(units to the left.)`

`y = x^4 \ => \ y = (x + 2)^4`
  

`text(Transformation 2:)`

`text(Dilate)\ \ y = (x + 2)^4\ \ text(by a factor of)\ 1/3\ text(from the)\ xtext(-axis)`

`y = (x + 2)^4 \ => \ y = ((x + 2)^4)/3`
  

`text(Transformation 3:)`

`text(Reflect)\ \ y = ((x + 2)^4)/3\ \ text(in the)\ xtext(-axis).`

`y = ((x + 2)^4)/3 \ => \ y = -(x + 2)^4/3`

b.    

Filed Under: Other Graph Transformations, Transformations Tagged With: Band 3, Band 4, smc-1008-10-Polynomials, smc-1008-70-Combinations, smc-6408-10-Polynomials, smc-6408-60-Combinations

Calculus, EXT1 C1 EQ-Bank 1

A particle is moving along the `x`-axis with a velocity, `dotx`, in metres per second at  `t`  seconds, is given by the function

`dotx = sqrt(5t+4t^2-t^3)`

Find the acceleration of the particle when  `t=3`.  (2 marks)

--- 6 WORK AREA LINES (style=lined) ---

Show Answers Only

`sqrt6/12\ \ text(ms)^(-2)`

Show Worked Solution
`dotx` `=(5t+4t^2-t^3)^(1/2)`  
`ddot x` `=d/(dt)(dotx)`  
  `=1/2(5t+4t^2-t^3)^(-1/2) xx (5+8t-3t^2)`  

 
`text(When)\ \ t=3,`

`ddotx` `=1/2 (15+36-27)^(-1/2) xx (5 + 24-27)`  
  `=2/(2sqrt24)`  
  `=sqrt6/12\ \ text(ms)^(-2)`  

Filed Under: Rates of Change with respect to time Tagged With: Band 3, smc-1077-10-Motion

Statistics, 2ADV S3 EQ-Bank 2

Let \(X\) denote a normal random variable with mean 0 and standard deviation 1 .

The random variable \(X\) has the probability density function

\(f(x)=\dfrac{1}{\sqrt{2 \pi}} e^{\small{\dfrac{-x^2}{2}}}\) where \(x \in(-\infty, \infty)\)

The diagram shows the graph of \(y=f(x)\).

 
 

  1. Complete the table of values for the given function, correct to four decimal places.  (1 mark)
     

     
  2. Use the trapezoidal rule and 5 function values in the table in part i. to estimate

     

        \(\displaystyle \int_{-2}^2 f(x) d x\)   (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

  3. The weights of Rhodesian ridgebacks are normally distributed with a mean of 48 kilograms and a standard deviation of 6 kilograms.

     

    Using the result from part ii., calculate the probability of a randomly selected Rhodesian ridgeback weighing less than 36 kilograms.  (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

Show Answers Only
i.   

ii.  \(0.9369\)

iii.  \(3.155\%\)

Show Worked Solution
i.   

 

ii.   

 

\(\displaystyle \int_{-2}^2 f(x)\) \(\approx \dfrac{1}{2}[0.0540+2(0.2420+0.3989+0.2420)+0.0540]\)
  \(\approx \dfrac{1}{2} \times 1.8738\)
  \(\approx 0.9369\)

 

iii. \(\mu=48, \sigma=6\)

\(z \text {-score }(36)=\dfrac{x-\mu}{\sigma}=\dfrac{32-48}{6}=-2\)
 

\(\text{Shaded area }=93.69 \%\)

\(\text{By symmetry:}\)

\(P(X<36 \ \text{kgs})\) \(=P(z<-2)\)
  \(=\dfrac{100-93.69}{2}\)
  \(=3.155 \%\)

Filed Under: Normal Distribution Tagged With: Band 3, Band 4, smc-995-50-Normal PDF / Trap Rule

Trigonometry, 2ADV T3 EQ-Bank 5

The function  `f(x) = sin x`  is transformed into the function  `g(x) = (sin(4x))/3`.

Describe in words how the amplitude and period have changed in this transformation.  (2 marks)

Show Answers Only

`text(See Worked Solutions)`

Show Worked Solution

`g(x) = 1/3 sin (4x)`

`=>\ text(The new amplitude is one third of the original amplitude.)`

`text(Period)\ = (2pi)/n \ => \ \ n=1/4`

`=>\ text(The new period is one quarter of the original period.)`

Filed Under: Trig Graphs Tagged With: Band 3, smc-977-10-sin

Statistics, 2ADV S2 EQ-Bank 3

The table below lists the average life span (in years) and average sleeping time (in hours/day) of 9 animal species.
 


 

  1. Using sleeping time as the independent variable, calculate the least squares regression line. (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. A wallaby species sleeps for 4.5 hours, on average, each day.

     

    Use your equation from part i to predict its expected life span, to the nearest year.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(life span) = 42.89 – 2.85 xx text(sleeping time)`
  2. `30\ text(years)`
Show Worked Solution

i.    `text(By calculator:)`

COMMENT: Issues here? YouTube has short and excellent help videos – search your calculator model and topic – eg. “fx-82 regression line” .

`text(life span) = 42.89 – 2.85 xx text(sleeping time)`
 

ii.   `text(Predicted life span of wallaby)`

`= 42.89 – 2.85 xx 4.5` 

`= 30.06…`

`= 30\ text(years)`

Filed Under: Bivariate Data Analysis, S4 Bivariate Data Analysis (Y12) Tagged With: Band 3, Band 4, common-content, smc-1001-20-Least-Squares Regression Line, smc-1001-70-Calculator (Stats Mode), smc-785-20-Least-Squares Regression Line, smc-785-70-Calculator (Stats Mode)

Statistics, 2ADV S2 EQ-Bank 2

The table below lists the average body weight (in kilograms) and average brain weight (in grams) of nine animal species.
 


 

A least squares regression line is fitted to the data using body weight as the independent variable.

  1. Calculate the equation of the least squares regression line. (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  2. If dingos have an average body weight of 22.3 kilograms, calculate the predicted average brain weight of a dingo using your answer to part i.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(brain weight) = 49.4 + 2.68 xx text(body weight)`
  2. `109\ text(grams)`
Show Worked Solution

i.   `text(By calculator:)`

COMMENT: Know this critical calculator skill!.

`text(brain weight) = 49.4 + 2.68 xx text(body weight)`

 

ii.   `text(Predicted brain weight of a dingo)`

`= 49.4 + 2.68 xx 22.3` 

`=109.164`

`= 109\ text(grams)`

Filed Under: Bivariate Data Analysis, S4 Bivariate Data Analysis (Y12) Tagged With: Band 3, Band 4, common-content, smc-1001-20-Least-Squares Regression Line, smc-1001-70-Calculator (Stats Mode), smc-785-20-Least-Squares Regression Line, smc-785-70-Calculator (Stats Mode)

Statistics, 2ADV S2 EQ-Bank 1

The arm spans (in cm) and heights (in cm) for a group of 13 boys have been measured. The results are displayed in the table below.
 

CORE, FUR2 2008 VCAA 4

The aim is to find a linear equation that allows arm span to be predicted from height.

  1. What will be the independent variable in the equation?  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Assuming a linear association, determine the equation of the least squares regression line that enables arm span to be predicted from height. Write this equation in terms of the variables arm span and height. Give the coefficients correct to two decimal places.  (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  3. Using the equation that you have determined in part b., interpret the slope of the least squares regression line in terms of the variables height and arm span.  (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(Height)`
  2. `text(Arm span)\ = 1.09 xx text(height) – 15.63`
  3. `text(On average, arm span increases by 1.09 cm)`
    `text(for each 1 cm increase in height.)`
Show Worked Solution

a.   `text(Height)`

COMMENT: Calculator skills for finding the least squares regression line were required in NESA sample exam – know this critical skill well!

 

b.   `text(By calculator,)`

`text(Arm span)\ = 1.09 xx text(height) – 15.63`

 

c.   `text(On average, arm span increases by 1.09 cm)`

`text(for each 1 cm increase in height.)`

Filed Under: Bivariate Data Analysis, S4 Bivariate Data Analysis (Y12) Tagged With: Band 3, Band 4, common-content, smc-1001-20-Least-Squares Regression Line, smc-1001-50-Gradient Interpretation, smc-1001-70-Calculator (Stats Mode), smc-785-20-Least-Squares Regression Line, smc-785-50-Gradient Interpretation, smc-785-70-Calculator (Stats Mode)

Calculus, 2ADV C1 EQ-Bank 12

When differentiating  `f(x) = 3-2x-x^2`  from first principles, a student began the solution as shown below.

Complete the solution.   (2 marks)

   `f^{′}(x) = lim_(h->0) (f(x + h)-f(x))/h`

Show Answers Only

`f^{′}(x) = -2x-2`

Show Worked Solution
   `f^{′}(x)` `= lim_(h->0) (f(x + h)-f(x))/h`
    `= lim_(h->0) (3-2(x + h)-(x+h)^2-(3-2x-x^2))/h`
    `= lim_(h->0) (3-2x-2h-x^2-2hx-h^2-3 + 2x + x^2)/h`
    `= lim_(h->0) (-2h-2hx-h^2)/h`
    `= lim_(h->0) (h(-2x-2-h))/h`

 
`:.\ f^{′}(x) = -2x-2`

Filed Under: Standard Differentiation, Standard Differentiation Tagged With: Band 3, smc-1069-40-1st Principles, smc-6436-40-1st Principles

Calculus, 2ADV C2 EQ-Bank 2

Differentiate with respect to  `x`: 

`e^(tan(2x))`   (2 marks)

Show Answers Only

 `2 sec^2(2x)* e^(tan(2x))`

Show Worked Solution
`y` `=e^(tan(2x))`
`dy/dx` `= d/(dx)tan(2x) xx e^(tan(2x))`
  `= 2 sec^2(2x)* e^(tan(2x))`

Filed Under: Exponential Calculus (Y12), L&E Differentiation (Y12), Trig Differentiation Tagged With: Band 3, smc-965-10-Differentiation (base e), smc-965-50-Trig overlap, smc-967-10-Exponentials (base e), smc-967-50-Chain Rule, smc-967-80-Trig Overlap, smc-968-30-Tan, smc-968-60-Chain Rule, smc-968-70-Log/Exp Overlap

NETWORKS, FUR2-NHT 2019 VCAA 3

The zoo’s management requests quotes for parts of the new building works.

Four businesses each submit quotes for four different tasks.

Each business will be offered only one task.

The quoted cost, in $100 000, of providing the work is shown in Table 1 below.
  


 

The zoo’s management wants to complete the new building works at minimum cost.

The Hungarian algorithm is used to determine the allocation of tasks to businesses.

The first step of the Hungarian algorithm involves row reduction; that is, subtracting the smallest element in each row of Table 1 from each of the elements in that row.

The result of the first step is shown in Table 2 below.
 


 

The second step of the Hungarian algorithm involves column reduction; that is, subtracting the smallest element in each column of Table 2 from each of the elements in that column.

The results of the second step of the Hungarian algorithm are shown in Table 3 below. The values of Task 1 are given as `A, B, C` and `D`.
 


 

  1. Write down the values of `A, B, C` and `D`.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. The next step of the Hungarian algorithm involves covering all the zero elements with horizontal or vertical lines. The minimum number of lines required to cover the zeros is three.

     

    Draw these three lines on Table 3 above.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---

  3. An allocation for minimum cost is not yet possible.

     

    When all steps of the Hungarian algorithm are complete, a bipartite graph can show the allocation for minimum cost.

     

    Complete the bipartite graph below to show this allocation for minimum cost.   (1 mark)

    --- 4 WORK AREA LINES (style=lined) ---

     

  1. Business 4 has changed its quote for the construction of the pathways. The new cost is $1 000 000. The overall minimum cost of the building works is now reduced by reallocating the tasks.

     

    How much is this reduction?   (1 mark)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `A = 2, B = 1, C = 1, D = 0`
  2. `text(See Worked Solutions)`
  3. `text(See Worked Solutions)`
  4. `text(See Worked Solutions)`
Show Worked Solution

a.   `A = 2, \ B = 1, \ C = 1, \ D = 0`

 

b.  

 

c.  `text(After next step:)`
 

`text(Allocation): `
 

 

d.  `text{Hungarian Algorithm table (complete):}`
 

`text(Allocation): B2 -> T3,\ B1 -> T4,\ B3 -> T2,\ B4 -> T1`
 

`text(C)text(ost) = 4 + 7 + 8 + 10 = 29`

`text(Previous cost) = 5 + 10 + 8 + 8 = 31`
 

`:.\ text(Reduction)` `= 2 xx 100\ 000`
  `= $200\ 000`

Filed Under: Matching Problems Tagged With: Band 3, Band 4, Band 5, page-break-before-question, smc-623-10-Hungarian Algorithm

GEOMETRY, FUR1-NHT 2019 VCAA 2 MC

Which one of the following locations is closest to the Greenwich meridian?

  1. 32° S, 40° E
  2. 32° S, 80° E
  3. 32° S, 60° W
  4. 32° S, 120° E
  5. 32° S, 160° W
Show Answers Only

`A`

Show Worked Solution

`text(Greenwich meridian is located at 0° longitude.)`

`text(40° E is the closest option.)`

`=> \ A`

Filed Under: Great Circle Geometry Tagged With: Band 3, smc-758-40-Earth Coordinates

GEOMETRY, FUR1-NHT 2019 VCAA 1 MC

A piece of cardboard is shown in the diagram below.
 

     
 

The area of the cardboard, in square centimetres, is

  1.   4
  2.   5
  3. 21
  4. 25
  5. 29
Show Answers Only

`C`

Show Worked Solution
`text(Area)` `= (5 xx 5) – 4 xx (1 xx 1)`
  `= 21 \ text(cm)^2`

 
`=> \ C`

Filed Under: Perimeter, Area and Volume Tagged With: Band 3

Networks, STD2 N3 2019 FUR2-N 2

The construction of the new reptile exhibit is a project involving nine activities, `A` to `I`.

The directed network below shows these activities and their completion times in weeks.
 


 

  1. Which activities have more than one immediate predecessor?  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Write down the critical path for this project.  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  3. What is the latest start time, in weeks, for activity `B`?  (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `D, G and I`
  2. `text(See Worked Solutions)`
  3. `2\ text(weeks)`
Show Worked Solution

a.   `D, G and I`

 

b.   `text(Scanning forwards and backwards:)`
 

​
 

`text(Critical Path:)\ ACDFGI`

 

c.   `text{LST (activity}\ B text{)}` `= 7 – 5`
    `= 2\ text(weeks)`

Filed Under: Critical Paths Tagged With: Band 3, Band 4, smc-916-30-Scanning Both Ways

NETWORKS, FUR2-NHT 2019 VCAA 2

The construction of the new reptile exhibit is a project involving nine activities, `A` to `I`.

The directed network below shows these activities and their completion times in weeks.
 


 

  1. Which activities have more than one immediate predecessor?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Write down the critical path for this project.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  3. What is the latest start time, in weeks, for activity `B`?   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `D, G and I`
  2. `text(See Worked Solutions)`
  3. `2\ text(weeks)`
Show Worked Solution

a.   `D, G and I`
  

b.   `text(Scanning forwards and backwards:)`
 

​
 

`text(Critical Path:)\ ACDFGI`

 

c.   `text{LST (activity}\ B text{)}` `= 7-5`
    `= 2\ text(weeks)`

Filed Under: Critical Path Analysis Tagged With: Band 3, Band 4, smc-621-30-Float time/LST

NETWORKS, FUR2-NHT 2019 VCAA 1

A zoo has an entrance, a cafe and nine animal exhibits: bears `(B)`, elephants `(E)`, giraffes `(G)`, lions `(L)`, monkeys `(M)`, penguins `(P)`, seals `(S)`, tigers `(T)` and zebras `(Z)`.

The edges on the graph below represent the paths between the entrance, the cafe and the animal exhibits. The numbers on each edge represent the length, in metres, along that path. Visitors to the zoo can use only these paths to travel around the zoo.
  

 
 

  1. What is the shortest distance, in metres, between the entrance and the seal exhibit `(S)`?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Freddy is a visitor to the zoo. He wishes to visit the cafe and each animal exhibit just once, starting and ending at the entrance.
  3. i. What is the mathematical term used to describe this route?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  4. ii. Draw one possible route that Freddy may take on the graph below.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---


 

A reptile exhibit `(R)` will be added to the zoo.

A new path of length 20 m will be built between the reptile exhibit `(R)` and the giraffe exhibit `(G)`.

A second new path, of length 35 m, will be built between the reptile exhibit `(R)` and the cafe.

  1. Complete the graph below with the new reptile exhibit and the two new paths added. Label the new vertex `R` and write the distances on the new edges.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---

     


 

  1. The new paths reduce the minimum distance that visitors have to walk between the giraffe exhibit `(G)` and the cafe.

     

    By how many metres will these new paths reduce the minimum distance between the giraffe exhibit `(G)` and the cafe?   (1 mark)

    --- 5 WORK AREA LINES (style=lined) ---

Show Answers Only
  1.  `45\ text(metres)`
  2. i.  `text(Hamilton cycle.)`
    ii. `text(See Worked Solutions)`
  3.  `text(See Worked Solutions)`
  4.  `85\ text(metres)`
Show Worked Solution

a.   `45\ text(metres)`
 

b.i.   `text(Hamilton cycle.)`
 

b.ii.  

`text(Possible route:)`

`text(entrance)\ – LGTMCEBSZP\ –\ text(entrance)`

 

c.  

 

d.  `text{Minimum distance (before new exhibit)}`

`= GLTMC`

`= 15 + 35 + 40 + 50`

`= 140\ text(m)`
 

`:.\ text(Reduction in minimum distance)`

`= 140 – (20 + 35)`

`= 85\ text(m)`

Filed Under: Minimum Spanning Trees and Shortest Paths Tagged With: Band 2, Band 3, Band 4, smc-624-60-Shortest Paths

MATRICES, FUR2-NHT 2019 VCAA 1

A total of six residents from two towns will be competing at the International Games.

Matrix `A`, shown below, contains the number of male `(M)` and the number of female `(F)` athletes competing from the towns of Gillen `(G)` and Haldaw `(H)`.

`{:(qquad qquad quad \ M quad F), (A = [(2, 2), (1, 1)]{:(G),(H):}):}` 

  1. How many of these athletes are residents of Haldaw?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

Each of the six athletes will compete in one event: table tennis, running or basketball.

Matrices `T` and `R`, shown below, contain the number of male and female athletes from each town who will compete in table tennis and running respectively.
 

            Table tennis                        Running             
 

`{:(qquad qquad quad \ M quad F), (T = [(0, 1), (1, 0)]{:(G),(H):}):}`

`{:(qquad qquad quad \ M quad F), (R = [(1, 1), (0, 0)]{:(G),(H):}):}`

 

  1. Matrix `B` contains the number of male and female athletes from each town who will compete in basketball.

     

    Complete matrix `B` below.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---

`{:(qquad qquad qquad \ M qquad quad F), (B = [(\ text{___}, text{___}\ ), (\ text{___}, text{___}\)]{:(G),(H):}):}`

Matrix `C` contains the cost of one uniform, in dollars, for each of the three events: table tennis `(T)`, running `(R)` and basketball `(B)`.

`C = [(515), (550), (580)]{:(T), (R), (B):}`

    1. For which event will the total cost of uniforms for the athletes be $1030?   (1 mark)

      --- 1 WORK AREA LINES (style=lined) ---

    2. Write a matrix calculation, that includes matrix `C`, to show that the total cost of uniforms for the event named in part c.i. is contained in the matrix answer of [1030].   (1 mark)

      --- 3 WORK AREA LINES (style=lined) ---

  1. Matrix `V` and matrix `Q` are two new matrices where  `V = Q xx C`  and:
  • matrix `Q` is a  `4 xx 3`  matrix
  • element `v_11 =` total cost of uniforms for all female athletes from Gillen
  • element `v_21 =` total cost of uniforms for all female athletes from Haldaw
  • element `v_31 =` total cost of uniforms for all male athletes from Gillen
  • element `v_41 =` total cost of uniforms for all male athletes from Haldaw
     
  • `C = [(515), (550), (580)]{:(T), (R), (B):}`
  1. Complete matrix `Q` with the missing values.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---

`Q = [(1, text{___}, text{___}\ ), (0, 0, 1), (0, 1, 1), (\ text{___}, text{___}, 0)]`

Show Answers Only
  1.  `2`
  2.  `B = [(1, 0), (0, 1)]`
  3. i.  `text(Table tennis)`
    ii. `[2\ \ \ 0\ \ \ 0] xx [(515), (550), (580)] = [1030]`
  4.  `Q = [(1, \ 1, \ 0),(0, \ 0, \ 1),(0, \ 1, \ 1),(1, \ 0, \ 0)]`
Show Worked Solution

a.  `2`
 

b.  `B = [(1, 0), (0, 1)]`
 

c.i.  `text(Table tennis)`
 

c.ii.  `[2\ \ \ 0\ \ \ 0] xx [(515), (550), (580)] = [1030]`
 

d.  `Q = [(1, \ 1, \ 0),(0, \ 0, \ 1),(0, \ 1, \ 1),(1, \ 0, \ 0)]`

Filed Under: Matrix Applications Tagged With: Band 2, Band 3, Band 4, smc-619-10-Matrix from info/table, smc-619-30-Matrix product and interpretation, smc-619-40-Interpret Elements

Functions, EXT1 F1 2019 MET1-N 5

Let  `h(x) = ( 7)/(x + 2)-3`  for  `x>=0`.

  1.  State the range of `h`.   (1 mark)

    --- 3 WORK AREA LINES (style=lined) ---

  2.  Find the rule for `h^-1`.   (2 marks)

    --- 5 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `(-3, (1)/(2))`
  2. `(7)/(x + 3)-2`
Show Worked Solution

a.    `y_text(max)\  text(occurs when) \ x = 0`

`y_text(max) = (7)/(2)-3 = (1)/(2)`

`text(As) \ \ x → ∞ , \ (7)/(x + 2) \ → \ 0^+`

`:. \ text(Range) \ \ h(x) = (-3, (1)/(2))`
  

b.    `y = (7)/(x + 2)`

`text(Inverse: swap) \ x ↔ y`

`x` `= (7)/(y + 2)-3`
`x + 3` `= (7)/(y + 2)`
`y + 2` `= (7)/(x + 3)`
`y` `= (7)/(x + 3)-2`

  
`:. \ h^-1 = (7)/(x + 3)-2`

Filed Under: Inverse Functions, Inverse Functions Tagged With: Band 3, smc-1034-20-Other Functions, smc-6641-20-Other Functions

Functions, 2ADV F1 2019 MET1-N 2

Let  `f(x) = -x^2 + x + 4`  and  `g(x) = x^2-2`.

  1. Find  `g(f(3))`.   (2 marks)

    --- 6 WORK AREA LINES (style=lined) ---

  2. Express  `f(g(x))`  in the form  `ax^4 + bx^2 + c`, where  `a`, `b`  and  `c`  are non-zero integers.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

Show Answers Only

a.    `2`

b.    `-x^4 + 5x^2-2`

Show Worked Solution

a.    `f(3)= -3^2 + 3 + 4= -2`

`g(f(3))= g(-2)= (-2)^2-2= 2`
 

b.    `f(g(x))` `= -(x^2-2)^2 + (x^2-2) + 4`
  `= -(x^4-4x^2 + 4) + x^2 + 2`
  `= -x^4 + 5x^2-2`

Filed Under: Composite Functions, Composite Functions Tagged With: Band 3, Band 4, smc-6216-20-Quadratics, smc-986-20-Quadratic

Calculus, 2ADV C2 SM-Bank 8

Let  `y= (x + 5) log_e (x)`.

Find  `(dy)/(dx)`  when  `x = 5`.  (2 marks)

Show Answers Only

`log_e 5 +2`

Show Worked Solution
`(dy)/(dx)` `= 1 xx log_e x + (x + 5) * (1)/(x)`
  `= log_e x + (x + 5)/(x)`

 
`:. dy/dx|_(x=5)=log_e 5 +2`

Filed Under: L&E Differentiation (Y12), Log Calculus (Y12) Tagged With: Band 3, smc-964-10-Differentiation, smc-967-20-Logs, smc-967-30-Product Rule

Calculus, 2ADV C2 SM-Bank 7

Let  `f(x) = (e^x)/((x^2 - 3))`.

Find  `f′(x)`.  (2 marks)

Show Answers Only

`{e^x(x^2 – 2x – 3)}/{(x^2 – 3)^2}`

Show Worked Solution

`text(Let) \ \ u = e^x \ \ => \ \ u′ = e^x`

 `v = (x^2 – 3) \ \ => \ \ v′ = 2x`

`f′(x)` `= {e^x(x^2 – 3) – 2x e^x}/{(x^2 – 3)^2}`
  `= {e^x(x^2 – 2x – 3)}/{(x^2 – 3)^2}`

Filed Under: Exponential Calculus (Y12), L&E Differentiation (Y12) Tagged With: Band 3, smc-965-10-Differentiation (base e), smc-967-10-Exponentials (base e), smc-967-40-Quotient Rule

Functions, MET1-NHT 2018 VCAA 5

Let  `h: R^+ ∪ {0} → R, \ h(x) = ( 7)/(x + 2)-3`.

  1.  State the range of  `h`.   (1 mark)

    --- 4 WORK AREA LINES (style=lined) ---

  2.  Find the rule for  `h^-1`.   (2 marks)

    --- 6 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `(-3, (1)/(2))`
  2. `(7)/(x + 3)-2`
Show Worked Solution

a.    `y_text(max)\  text(occurs when) \ x = 0`

`y_text(max) = (7)/(2)-3 = (1)/(2)`

`text(As) \ \ x → ∞ , \ (7)/(x + 2) \ → \ 0^+`

`:. \ text(Range) \ \ h(x) = (-3, (1)/(2))`
 

b.    `y = (7)/(x + 2)`

`text(Inverse: swap) \ x ↔ y`

`x` `= (7)/(y + 2)-3`
`x + 3` `= (7)/(y + 2)`
`y + 2` `= (7)/(x + 3)`
`y` `= (7)/(x + 3)-2`

  
`:. \ h^-1 = (7)/(x + 3)-2`

Filed Under: Polynomial and Other Functions Tagged With: Band 3, smc-5205-40-Other functions, smc-633-40-Other Functions

Functions, MET1-NHT 2018 VCAA 2

Let  `f(x) = -x^2 + x + 4`  and  `g(x) = x^2-2`.

  1. Find `g(f(3))`.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `2`
  2. `-x^4 + 5x^2-2`
Show Worked Solution
a.    `f(3)` `= -3^2 + 3 + 4`
  `= -2`

 

`g(f(3))` `= g(-2)`
  `= (-2)^2-2`
  `= 2`

 

b.    `f(g(x))` `= -(x^2-2)^2 + (x^2-2) + 4`
  `= -(x^4-4x^2 + 4) + x^2 + 2`
  `= -x^4 + 5x^2-2`

Filed Under: Functional Equations Tagged With: Band 3, Band 4, smc-642-10-(f o g)(x)

Calculus, MET1-NHT 2018 VCAA 1a

Let  `f(x) = (e^x)/((x^2-3))`.

Find  `f^{prime}(x)`.   (2 marks)

--- 4 WORK AREA LINES (style=lined) ---

Show Answers Only

`{e^x(x^2-2x-3)}/{(x^2-3)^2}`

Show Worked Solution

`text(Let) \ \ u = e^x \ \ => \ \ u^{prime} = e^x`

 `v = (x^2-3) \ \ => \ \ v^{prime} = 2x`

`f^{prime}(x)` `= {e^x(x^2-3)-2x e^x}/{(x^2-3)^2}`
  `= {e^x(x^2-2x-3)}/{(x^2-3)^2}`

Filed Under: Differentiation (L&E), L&E Differentiation Tagged With: Band 3, smc-739-10-Exponential, smc-739-50-Quotient Rule, smc-745-10-Exponential, smc-745-40-Quotient Rule

Vectors, EXT1 V1 EQ-Bank 7

The vectors  `underset~a = 6underset~i + 2underset~j, \ underset~b = underset~i - 5underset~j`  and  `underset~c = 4underset~i + 4underset~j`

Find the values of  `m`  and  `n`  such that  `m underset~a + n underset~b = underset~c`.  (2 marks)

--- 6 WORK AREA LINES (style=lined) ---

Show Answers Only

`n= −1/2`

`m = 3/4`

Show Worked Solution

`m underset~a + n underset~b= underset~c`

`m((6),(2)) + n((1),(−5))` `= ((4),(4))`

 
`6m + n = 4\ \ …\ (1)`

`2m – 5n = 4\ \ …\ (2)`
 

`text(Multiply)\ (2) xx 3`

`6m – 15n = 12\ \ …\ (3)`
 

`text(Subtract)\ \ (1) – (3)`

`16n = –8 \ => \ n= −1/2`

`text(Substitute)\ \ n = –1/2\ \ text{into (2):}`

`2m + 5/2` `= 4`
`m` `= 3/4`

 
`:. m=3/4, \ n= −1/2`

Filed Under: Operations With Vectors Tagged With: Band 3, smc-1086-10-Basic Calculations

Vectors, EXT1 V1 EQ-Bank 4

Let the vectors  `underset~a=4 underset~i - underset~j, \ underset~ b = 3underset~i+2 underset~j`  and  `underset~c=-2 underset~i +5underset~j`.

  1. Calculate  `underset~a*(underset~b+underset~c)`   (1 mark)

    --- 3 WORK AREA LINES (style=lined) ---

  2. Verify  `underset~a*(underset~b+underset~c) = underset~a * underset~b + underset~a * underset~c`   (1 mark)

    --- 3 WORK AREA LINES (style=lined) ---

Show Answers Only

`text{Proof (See Worked Solution)}`

Show Worked Solution

i.   `underset~a=((4),(-1)),\ \ underset~b=((3),(2)),\ \ underset~c=((-2),(5))`

`(underset~b+underset~c) = ((3),(2)) + ((-2),(5)) = ((1),(7))`

`underset~a*(underset~b+underset~c)` `=((4),(-1)) *((1),(7))`   
  `=(4 xx 1) -(1 xx 7)`  
  `=-3`  

 

ii.   `underset~a * underset~b + underset~a * underset~c` `=((4),(-1)) *((3),(2)) + ((4),(-1))*((-2),(5))`  
    `=(4 xx 3) -(1 xx 2) + (4xx-2) -(1 xx 5)`
    `=-3`
    `=underset~a*(underset~b+underset~c)`

 

Filed Under: Operations With Vectors Tagged With: Band 3, smc-1086-10-Basic Calculations

Financial Maths, GEN2 2019 NHT 6

Marlon plays guitar in a band.

He paid $3264 for a new guitar.

The value of Marlon's guitar will be depreciated by a fixed amount for each concert that he plays.

After 25 concerts, the value of the guitar will have decreased by $200.

  1. What will be the value of Marlon's guitar after 25 concerts?   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  2. Write a calculation that shows that the value of Marlon's guitar will depreciate by $8 per concert.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  3. The value of Marlon's guitar after `n` concerts, `G_n`, can be determined using a rule.

     

    Complete the rule below by writing the appropriate numbers in the boxes provided.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

     
              `G_n =`   – × `n`
     

  4. The value of the guitar continues to be depreciated by $8 per concert.

     

    After how many concerts will the value of Marlon's guitar first fall below $2500?   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `$3064`
  2. `text{Proof (See Worked Solution)}`
  3. `G_n = 3264-8 xx n`
  4. `96 \ text(concerts)`
Show Worked Solution
a.    `text(Value)` `= 3264-200`
  `= $3064`

 

b.    `text(Depreciation per concert)` `= (200)/(25)`
  `= $8 \ text(per concert)`

c.    `G_n = 3264 – 8 xx n`
 

d.    `text(Find) \ n \ text(when) \ \ G_n = 2500:`

`2500` `= 3264 – 8n`
`n` `= (3264-2500)/8`
  `= 95.5`

 
`:. \ text(After) \ 96 \ text(concerts, value first falls below $2500)`

Filed Under: Depreciation Tagged With: Band 2, Band 3, Band 4, smc-602-30-Unit cost

Data Analysis, GEN2 2019 NHT 4

The scatterplot below plots the variable life span, in years, against the variable sleep time, in hours, for a sample of 19 types of mammals.
 

On the assumption that the association between sleep time and life span is linear, a least squares line is fitted to this data with sleep time as the explanatory variable.

The equation of this least squares line is

life span = 42.1 – 1.90 × sleep time

The coefficient of determination is 0.416

  1. Draw the graph of the least squares line on the scatterplot above.   (1 mark)

    --- 0 WORK AREA LINES (style=lined) ---

  2. Describe the linear association between life span and sleep time in terms of strength and direction.   (2 marks)

    --- 2 WORK AREA LINES (style=lined) ---

  3. Interpret the slope of the least squares line in terms of life span and sleep time.   (2 marks)

    --- 2 WORK AREA LINES (style=lined) ---

  4. Interpret the coefficient of determination in terms of life span and sleep time.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  5. The life of the mammal with a sleep time of 12 hours is 39.2 years.
  6. Show that, when the least squares line is used to predict the life span of this mammal, the residual is 19.9 years.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

Show Answers Only
  1.  

  2. `text(Strength is moderate.)`

     

    `text(Direction is negative.)`

  3. `text(The gradient of –1.9 means that life span decreases by)` 

     

    `text(1.9 years for each additional hour of sleep time.)`

  4. `text(41.6% of the variation in life span can be explained by the)`

     

    `text(variation in sleep time.)`

  5. `text(Proof(See Worked Solution))`
Show Worked Solution

a.    `text{Graph endpoints (0, 42.1) and (18, 7.9)}`
 


 

b.   `text(Strength is moderate.)`

`text(Direction is negative.)`
 

c.    `text(The gradient of –1.9 means that life span decreases by)`

`text(1.9 years for each additional hour of sleep time.)`

 

d.    `text(41.6% of the variation in life span can be explained by the )`

`text(variation in sleep time.)`
 

e.    `text(Predicted value)` `= 42.1 – 1.9 xx 12`
  `= 19.3 \ text(years)`

 

`text(Residual)` `= text(actual) – text(predicted)`
  `= 39.2 – 19.3`
  `= 19.9 \ text(years)`

Filed Under: Correlation and Regression Tagged With: Band 3, Band 4, Band 5, smc-265-10-r / r^2 and Association, smc-265-40-Interpret Gradient, smc-265-50-Residuals

Data Analysis, GEN2 2019 NHT 3

The life span, in years, and gestation period, in days, for 19 types of mammals are displayed in the table below.
 

  1. A least squares line that enables life span to be predicted from gestation period is fitted to this data.
  2. Name the explanatory variable in the equation of this least squares line.   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  3. Determine the equation of the least squares line in terms of the variables life span and gestation period.
  4. Round the numbers representing the intercept and slope to three significant figures.   (2 marks)

    --- 2 WORK AREA LINES (style=lined) ---

  5. Write the value of the correlation rounded to three decimal places.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(gestation period)`
  2. `text(life span) = 7.58 + 0.101 xx \ text(gestation period)`
  3. `0.904`
Show Worked Solution

a.    `text(gestation period)`
 

b.    `text(Input data points into CAS:)`

`text(life span) = 7.58 + 0.101 xx \ text(gestation period)`
 

c.    `r = 0.904 \ text{(by CAS)}`

Filed Under: Correlation and Regression Tagged With: Band 3, Band 4, page-break-before-question, smc-265-10-r / r^2 and Association, smc-265-20-Find LSRL Equation/Gradient, smc-265-75-Explanatory / Response, smc-265-80-Rounding (Sig Fig)

Data Analysis, GEN2 2019 NHT 1

The table below displays the average sleep time, in hours, for a sample of 19 types of mammals.
 

  1. Which of the two variables, type of mammal or average sleep time, is a nominal variable?   (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. Determine the mean and standard deviation of the variable average sleep time for this sample of mammals.
  3. Round your answer to one decimal place.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  4. The average sleep time for a human is eight hours.
  5. What percentage of this sample of mammals has an average sleep time that is less than the average sleep time for a human.
  6. Round your answer to one decimal place.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  7. The sample is increase in size by adding in the average sleep time of the little brown bat.
  8. Its average sleep time is 19.9 hours.
  9. By how many many hours will the range for average sleep time increase when the average sleep time for the little brown bat is added to the sample?   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `text(type of mammal)`
  2. `text(mean)= 9.2 \ text(hours)`

     

    `sigma = 4.2 \ text(hours)`

  3. `31.6text(%)`
  4. `5.4 \ text(hours)`
Show Worked Solution

a.    `text(type of mammal is nominal)`

 
b.    `text(mean)= 9.2 \ text(hours) \ \ text{(by CAS)}`

`sigma = 4.2 \ text(hours) \ \ text{(by CAS)}`
 

c.    `text(Percentage)` `= (6)/(19) xx 100`
  `= 0.3157 …`
  `= 31.6text(%)`

 

d.    `text(Range increase)` `= 19.9-14.5`
  `= 5.4 \ text(hours)`

Filed Under: Summary Statistics Tagged With: Band 2, Band 3, Band 4, page-break-before-question, smc-468-10-Data Classification, smc-468-20-Mean, smc-468-30-Std Dev, smc-468-40-Median Mode and Range

Statistics, EXT1 S1 EQ-Bank 10

Four cards are placed face down on a table. The cards are made up of a Jack, Queen, King and Ace.

A gambler bets that she will choose the Queen in a random pick of one of the cards.

If this process is repeated 7 times, express the gambler's success as a Bernoulli random variable and calculate

  1. the mean.  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

  2. the variance.  (1 mark)

    --- 1 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `7/4`
  2. `21/16`
Show Worked Solution

i.     `text(Let)\ \ X = text(number of Queens chosen)`

`X\ ~\ text(Bin) (7,1/4)`

`E(X)` `=np`
  `= 7 xx 1/4`
  `=7/4`

 

ii.   `text(Var)(X)` `= np(1-p)`
    `=7/4(1-1/4)`
    `= 21/16`

Filed Under: Statistics and Binomial Distributions Tagged With: Band 3, Band 4, smc-1199-10-Calculate E(X), smc-1199-20-Calculate Var(X)/Std Dev

Statistics, EXT1 S1 EQ-Bank 1 MC

If `X` equals the number of successes in `n` independent Bernoulli trials, how many distinct values can `X` take?

  1. `\ n-1`
  2. `\ n(n-1)`
  3. `\ n`
  4. `\ n+1`
Show Answers Only

`D`

Show Worked Solution

`text(Distinct values of)\ X\ text(in:)`

`text{1 trial = 2}\ \ (X=0 or 1)`

`text{2 trials = 3}\ \ (X=0, 1 or 2)`

 `vdots`

`n\ text{trials =}\ n+1\ \ (X=0, 1, …, n)`

`=>  D`

Filed Under: Statistics and Binomial Distributions Tagged With: Band 3, smc-1199-50-Other problems

GRAPHS, FUR1-NHT 2019 VCAA 2 MC

Two straight lines have the equations  `3x - 2y = 3`  and  `-2x + 5y = 9`.

These lines have one point of intersection.

Another line that also passes through this point of intersection has the equation

  1.  `y = -x`
  2.  `y = x`
  3.  `y = -2x`
  4.  `y = 2x`
  5.  `y = 3x`
Show Answers Only

`B`

Show Worked Solution
`3x – 2y` `= 3\ text{… (1)}`
`-2x + 5y` `= 9\ text{… (2)}`

 
`text{Mult}\ \ (1) xx 2`

`6x – 4y = 6\ text{… (3)}`

`text{Mult}\ \ (2) xx 3`

`-6x + 15y = 27\ text{… (4)}`

`(3) + (4)`

`11y = 33 \ => \ y = 3`

`text(Substitute)\ \ y = 3\ \ text{into (1)}`

`3x – 6 = 3 \ => \ x = 3`

`=>  B`

Filed Under: Linear relationships Tagged With: Band 3

MATRICES, FUR1-NHT 2019 VCAA 3 MC

In matrix `A`, the element  `a_21 = 7`.

The order of matrix `A` is  `3 xx 2`.

Matrix `B` is the transpose of matrix `A`.

Matrix `B` could be

A. `\ [(3,9,4),(2,7,1)]` B. `\ [(4,7,2),(1,0,5)]` C. `\ [(4,1,3),(7,8,0)]`
D. `\ [(5,6),(7,1),(4,2)]` E. `\ [(9,7),(3,4),(0,2)]`    
Show Answers Only

`B`

Show Worked Solution

`A = (3 xx 2) \ => \ a_21 = 7`

`text(S)text(ince)\ \ B = A^T:`

`B = (2 xx 3) \ => \ b_12=7`

`=>\ B`

Filed Under: Matrix Calculations Tagged With: Band 3, smc-616-60-Transpose

MATRICES, FUR1-NHT 2019 VCAA 1 MC

The number of individual points scored by Rhianna (`R`), Suzy (`S`), Tina (`T`), Ursula (`U`) and Vicki (`V`) in five basketball matches `(F, G, H, I, J)` is shown in matrix `P` below.
 

`{:(),(),(P=):}{:(qquadqquadqquad\ text(match)),((quadF,G,H,I,J)),([(2,\ 0,\ 3,\ 1,\ 8),(4,7,2,5,3),(6,4,0,0,5),(1,6,1,4,5),(0,5,3,2,0)]):}{:(),(),({:(R),(S),(T),(U),(V):}):}{:(),(),(text(player)):}`
 

Who scored the highest number of points and in which match?

  1. Suzy in match  `I`
  2. Tina in match  `H`
  3. Vicki in match  `F`
  4. Ursula in match  `G`
  5. Rhianna in match  `J`
Show Answers Only

`E`

Show Worked Solution

`text(Highest points = 8 =)\ e_15`

`e_15 \ => \ text(Rhianna in match)\ J`

`=>\ E`

Filed Under: Matrix Calculations Tagged With: Band 3, smc-616-70-Elements/Rules

NETWORKS, FUR1-NHT 2019 VCAA 2 MC

Consider the graph below.
 

 
Euler’s formula will be verified for this graph.

What values of  `e, v`  and  `f`  will be used in this verification?

  1. `e = 5, v = 5, f = 2`
  2. `e = 5, v = 5, f = 3`
  3. `e = 6, v = 5, f = 2`
  4. `e = 6, v = 5, f = 3`
  5. `e = 6, v = 6, f = 3`
Show Answers Only

`D`

Show Worked Solution

`text(Euler):\ \ v + f = e + 2`

`v` `= 5`
`e` `= 6`
`:. f` `= 3`

 
`=>  D`

Filed Under: Basic Concepts Tagged With: Band 3, smc-626-40-Euler's Formula

Vectors, EXT1 V1 EQ-Bank 5 MC

What is the angle between the vectors  `((2),(1))`  and  `((-4),(2))`?

A.   `cos^(-1)(0.06)`

B.   `cos^(-1)(–0.06)`

C.   `cos^(-1)(0.6)`

D.   `cos^(-1)(–0.6)`

Show Answers Only

`D`

Show Worked Solution
`cos theta` `=(underset~a * underset~b)/(|underset~a||underset~b|)`  
  `=(-8+2)/(sqrt(2^2+1^2) xx sqrt((-4)^2+2^2)`  
  `=(-6)/(sqrt5 sqrt20)`  
  `=-0.6`  
`:. theta` `= cos^(-1) (-0.6)`  

  
`=> D`

Filed Under: Operations With Vectors Tagged With: Band 3, smc-1086-20-Angles Between Vectors

Graphs, MET2-NHT 2019 VCAA 1

Parts of the graphs of  `f(x) = (x-1)^3(x + 2)^3`  and  `g(x) = (x-1)^2(x + 2)^3`  are shown on the axes below.
 


 

The two graphs intersect at three points,  (–2, 0),  (1, 0)  and  (`c`, `d`). The point  (`c`, `d`)  is not shown in the diagram above.

  1. Find the values of `c` and `d`.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  2. Find the values of `x` such that  `f(x) > g(x)`.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

  3. State the values of `x` for which
    1. `f^{'}(x) > 0`   (1 mark)

      --- 2 WORK AREA LINES (style=lined) ---

    2. `g^{'}(x) > 0`   (1 mark)

      --- 2 WORK AREA LINES (style=lined) ---

  4. Show that  `f(1 + m) = f(–2-m)`  for all  `m`.   (1 mark)

    --- 3 WORK AREA LINES (style=lined) ---

  5. Find the values of `h` such that  `g(x + h) = 0`  has exactly one negative solution.   (2 marks)

    --- 4 WORK AREA LINES (style=lined) ---

  6. Find the values of `k` such that  `f(x) + k = 0`  has no solutions.   (1 mark)

    --- 2 WORK AREA LINES (style=lined) ---

Show Answers Only
  1. `c = 2 \ , \ d = 64`
  2. `(–∞, –2) \ ∪ \ (2, ∞)`
  3. i.  `(–(1)/(2), 1) \ ∪ \ (1, ∞)`
    ii. `(–∞, –2) \ ∪ \ (–2, –(1)/(5)) \ ∪ \ (1, ∞)`
  4. `text{Proof (Show Worked Solution)}`
  5.  `-2< h <=1`
  6. `(729)/(64)`
Show Worked Solution

a.    `text(Solve:) \ \ f(x) = g(x)`

`x = 1 , \ –2 \ text(and) \ 2`
 
`f(2) = 1^3 xx 4^3 = 64`
 
`text(Intersection at) \ (2, 64)`

`:. \ c = 2 \ , \ d = 64`

 

b.    `text(Using the graph and intersection at) \ (2, 64):`

`f(x) > g(x) \ \ text(for) \ \ (–∞, –2) \ ∪ \ (2, ∞)`

 

c.i.  `f'(x) > 0 \ \ text(for) \ \ (–(1)/(2), 1) \ ∪ \ (1, ∞)`

c.ii.  `g'(x) > 0 \ \ text(for) \ \ (–∞, –2) \ ∪ \ (–2, –(1)/(5)) \ ∪ \ (1, ∞)`

 

d.     `f(1 + m)` `= (1 + m-1)^3 (1 + m + 2)^3`
  `= m^3 (m + 3)^3`

 

`f(–2-m)` `= (–2-m -1)^3 (-2-m + 2)^3`
  `= (-m-3)^3 (-m)^3`
  `= (–1)^3 (m + 3)^3 (–1)^3 m^3`
  `= m^3 (m + 3)^3`

 

e.     `g(x + h)` `= (x + h-1)^2(x + h + 2)^3`
  `= underbrace{(x-(1 -h))^2}_{text(+ve solution)} * underbrace{(x-(h-2))^3}_{text(–ve solution)}`

 
`1-h ≥ 0 \ \ => \ \ h ≤ 1`

`-h-2 < 0 \ \ =>\ \ h > -2`

`:. -2< h <=1`

 

f.    `f(x) \ \ text(minimum S.P. when) \ \ f ′(x) = 0 \ =>  \ x =-(1)/(2)`

`text(S.P. at) \ \ (-(1)/(2) \ , \ -(729)/(64))`

`:. \ text(No solution if) \ \ k > (729)/(64)`

Filed Under: Polynomials Tagged With: Band 3, Band 4, Band 5, smc-750-60-Other

Functions, EXT1 F2 2019 MET2-N 3 MC

If  `x + a`  is a factor of  `8x^3-14x^2-a^2 x`, where  `a ∈ R, a!=0`, then the value of  `a`  is

  1.  `7`
  2.  `4`
  3.  `1`
  4. `-2`
Show Answers Only

`D`

Show Worked Solution
`f(-a)` `= 8(-a)^3-14(-a)^2-a^2(-a)`
`0` `= -8a^3-14a^2 + a^3`
`0` `= -7a^3-14a^2`
`0` `= -7a^2 (a + 2)`
`a` `= -2`

 
`=>D`

Filed Under: Remainder and Factor Theorems, Remainder and Factor Theorems Tagged With: Band 3, smc-1031-10-Factor Theorem, smc-6644-10-Factor Theorem

Trigonometry, 2ADV T3 SM-Bank 8 MC

The diagram below shows one cycle of a circular function.
 

The amplitude and period of this function are respectively

  1. `3\ \ text(and)\ \ 2 `
  2. `3\ \ text(and)\ \ (pi)/(2)`
  3. `4\ \ text(and)\ \ (pi)/(4)`
  4. `3\ \ text(and)\ \ 4`
Show Answers Only

`D`

Show Worked Solution

`text(Graph centres around)\ \ y = 1`

`text(Amplitude) \ = 3`

`text(Period:) = 4`

`=> D`

Filed Under: Trig Graphs Tagged With: Band 3, smc-977-40-Unknown Trig Ratio

  • « Previous Page
  • 1
  • …
  • 31
  • 32
  • 33
  • 34
  • 35
  • …
  • 59
  • Next Page »

Copyright © 2014–2026 SmarterEd.com.au · Log in