FINISHED! EVERY YEAR 11 RESOURCE IS NOW AVAILABLE.

2023 VCE Maths Methods Mini Test 7

Adapted for Year 11. Unit 1 & 2.

Number of marks: 4

Reading time: 1 minute

Writing time: 6 minutes

Section A β€“ Calculator Allowed
Instructions
β€’ Answer all questions in pencil on your Multiple-Choice Answer Sheet.
β€’ Choose the response that is correct for the question.
β€’ A correct answer scores 1; an incorrect answer scores 0.
β€’ Marks will not be deducted for incorrect answers.
β€’ No marks will be given if more than one answer is completed for any question.
β€’ Unless otherwise indicated, the diagrams in this book are not drawn to scale.


Question 1 [2023 Exam 2 Section A Q11]

Two functions, \( f \) and \( g \), are continuous and differentiable for all \( x \in \mathbb{R} \). It is given that
\( f(-2) = -7, \quad g(-2) = 8, \quad f'(-2) = 3, \quad g'(-2) = 2 \)
The gradient of the graph \( y = f(x) \times g(x) \) at \( x = -2 \) is

  • A. βˆ’10
  • B. βˆ’6
  • C. 0
  • D. 6
  • E. 10
Correct Answer: E
Click here for full solution
Question 2 [2023 Exam 2 Section A Q12]

The probability mass function for the discrete random variable \( X \) is shown below:

X βˆ’1 0 1 2
Pr(\(X = x\)) \(k^2\) \(3k\) \(k\) \(-k^2 - 4k + 1\)


The maximum possible value for the mean of \( X \) is:

  • A. 0
  • B. \( \frac{1}{3} \)
  • C. \( \frac{2}{3} \)
  • D. 1
  • E. 2
Correct Answer: E
Click here for full solution
Question 3 [2023 Exam 2 Section A Q13]

The following algorithm applies Newton’s method using a For loop with 3 iterations...

\[ \begin{array}{l} \textbf{Inputs:} \quad f(x), \text{ a function of } x \\ \quad\quad\quad\quad df(x), \text{ the derivative of } f(x) \\ \quad\quad\quad\quad x_0, \text{ an initial estimate} \\ \\ \textbf{Define } \texttt{newton}(f(x), df(x), x_0) \\ \quad \textbf{For } i \text{ from } 1 \text{ to } 3 \\ \quad\quad \textbf{If } df(x_0) = 0 \textbf{ Then} \\ \quad\quad\quad \textbf{Return } \text{``Error: Division by zero''} \\ \quad\quad \textbf{Else} \\ \quad\quad\quad x_0 \leftarrow x_0 - f(x_0) \div df(x_0) \\ \quad \textbf{EndFor} \\ \quad \textbf{Return } x_0 \end{array} \]

The return value of the function newton(xΒ³ + 3x βˆ’ 3, 3xΒ² + 3, 1) is closest to

  • A. 0.83333
  • B. 0.81785
  • C. 0.81773
  • D. 1
  • E. 3
Correct Answer: C
Click here for full solution
Question 4 [2023 Exam 2 Section A Q14]

A polynomial has the equation \( y = x(3x - 1)(x + 3)(x + 1) \).
The number of tangents to this curve that pass through the positive x-intercept is

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4
Correct Answer: D
Click here for full solution

End of examination questions

VCE is a registered trademark of the VCAA. The VCAA does not endorse or make any warranties regarding this study resource. Past VCE exams and related content can be accessed directly at www.vcaa.vic.edu.au

>