All Practice Exams

Free Practice Questions for FY12CE Mathematics

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Same family resources

Explore More Fiji Year 12 Certificate Examination (FY12CE)

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

Exam Review

Key Facts: FY12CE Mathematics Exam

3 hours + 10 min

Official exam duration including reading time

Ministry of Education Fiji

9 strands

Strands in the FY12CE Mathematics booklet

MoE Fiji FY12CE 2025 Mathematics paper

30 marks

Polynomials with Calculus, the largest strand of the paper

MoE Fiji FY12CE 2025 Mathematics paper

$5 / $25 FJD

Ministry recount and remark fee per subject

MoE Fiji Annual Report 2022-2023

100

Multiple-choice practice questions in this bank

OpenExamPrep

Fiji FY12CE Mathematics is a single 3-hour question-and-answer booklet marked out of 100 across nine strands, set by the Ministry of Education Examinations and Assessment Unit. This free practice bank provides 100 English-language MCQ questions with fully worked solutions as a revision aid.

Sample FY12CE Mathematics Practice Questions

Try these sample questions to review concepts for the FY12CE Mathematics exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1The universal set is U = {x : x is an integer, 1 ≤ x ≤ 12}. Subset A contains all factors of 12 and subset B contains all multiples of 3 within U. Find the number of elements in A ∩ B'.
A.2
B.3
C.4
D.6
Explanation: Subset A consists of the factors of 12: A = {1, 2, 3, 4, 6, 12}. Subset B consists of the multiples of 3: B = {3, 6, 9, 12}. The set A ∩ B' represents elements belonging to A but not to B, which are {1, 2, 4}. Hence, n(A ∩ B') = 3.
2In a class of 35 Year 12 students at a school in Suva, 22 study Biology, 18 study Chemistry, and 3 study neither subject. How many students study both Biology and Chemistry?
A.5
B.13
C.8
D.10
Explanation: The total number of students studying at least one of the two subjects is 35 - 3 = 32. Using the principle of inclusion-exclusion, n(B ∪ C) = n(B) + n(C) - n(B ∩ C), which gives 32 = 22 + 18 - n(B ∩ C) = 40 - n(B ∩ C). Solving for n(B ∩ C) yields 40 - 32 = 8 students.
3Simplify the algebraic expression (16x^8 y^-4)^(3/4) and write it with positive indices.
A.(12x^6)/y^3
B.(8x^8)/y^3
C.(64x^6)/y^4
D.(8x^6)/y^3
Explanation: Apply the rational exponent to each term inside the parentheses: 16^(3/4) = (2^4)^(3/4) = 2^3 = 8. For the variables, (x^8)^(3/4) = x^(8 × 3/4) = x^6, and (y^-4)^(3/4) = y^(-4 × 3/4) = y^-3. Expressing y^-3 with a positive index gives (8x^6)/y^3.
4Evaluate the product of the surds (3√2 + 2√3)(3√2 - 2√3).
A.6
B.12
C.18
D.30
Explanation: This expression has the form of a difference of two squares, (a + b)(a - b) = a^2 - b^2. Calculating each squared term gives (3√2)^2 = 9 × 2 = 18 and (2√3)^2 = 4 × 3 = 12. Subtracting these gives 18 - 12 = 6.
5Rationalise the denominator of the fraction 5 / (3 - √2).
A.(15 - 5√2)/7
B.(15 + 5√2)/7
C.(15 + 5√2)/11
D.3 + √2
Explanation: Multiply both numerator and denominator by the conjugate of the denominator, which is (3 + √2). The numerator becomes 5(3 + √2) = 15 + 5√2. The denominator becomes (3 - √2)(3 + √2) = 3^2 - (√2)^2 = 9 - 2 = 7, giving (15 + 5√2)/7.
6Solve the logarithmic equation log_2(x + 3) + log_2(x - 1) = 5 for real values of x.
A.x = 7
B.x = -7 or x = 5
C.x = 5
D.x = 32
Explanation: Combine the logarithms using the product rule: log_2((x + 3)(x - 1)) = 5. Converting to exponential form gives (x + 3)(x - 1) = 2^5 = 32. Expanding and rearranging yields x^2 + 2x - 35 = 0, which factors as (x + 7)(x - 5) = 0. Since logarithms require positive arguments (x > 1), x = -7 is extraneous, leaving x = 5 as the sole valid solution.
7Given that log_10(2) = a and log_10(3) = b, express log_10(75) in terms of a and b.
A.2 + a - b
B.2a + b - 1
C.1 - 2a + 2b
D.2 - 2a + b
Explanation: Express 75 in terms of 2, 3, and 10: 75 = 3 × 25 = 3 × (100 / 4) = (3 × 10^2) / 2^2. Taking logs of both sides gives log_10(75) = log_10(3) + log_10(10^2) - log_10(2^2) = b + 2 - 2log_10(2). Substituting a and b yields 2 - 2a + b.
8Solve the exponential equation 3^(2x - 1) = 27^(x - 2) for x.
A.x = 5
B.x = 3
C.x = 7
D.x = -5
Explanation: Express both sides with a common base of 3: since 27 = 3^3, the right side becomes (3^3)^(x - 2) = 3^(3x - 6). Equating exponents gives 2x - 1 = 3x - 6. Rearranging to solve for x gives 3x - 2x = -1 + 6, so x = 5.
9Factorise the quadratic expression 6x^2 - 11x - 10 completely.
A.(2x + 5)(3x - 2)
B.(2x - 5)(3x + 2)
C.(6x - 5)(x + 2)
D.(2x - 1)(3x + 10)
Explanation: Find two numbers that multiply to 6 × (-10) = -60 and add to -11; these are -15 and +4. Split the middle term: 6x^2 - 15x + 4x - 10 = 3x(2x - 5) + 2(2x - 5). Factoring out the common binomial gives (2x - 5)(3x + 2).
10Simplify the algebraic fraction (2x^2 - 8) / (x^2 + 3x + 2) to its lowest terms.
A.(2(x + 2))/(x + 1)
B.(x - 2)/(x + 1)
C.(2(x - 2))/(x + 1)
D.(2(x - 4))/(x + 2)
Explanation: Factorise the numerator: 2x^2 - 8 = 2(x^2 - 4) = 2(x - 2)(x + 2). Factorise the denominator: x^2 + 3x + 2 = (x + 1)(x + 2). Cancelling the common factor (x + 2) gives 2(x - 2) / (x + 1).

About the FY12CE Mathematics Exam

The Fiji Year 12 Certificate Examination (FY12CE) in Mathematics, the successor to the Fiji School Leaving Certificate Examination, is the single Year 12 mathematics paper for students progressing to Year 13 Pure or Life Mathematics. Its heaviest strands are Polynomials with Calculus (30 marks) and Basic Mathematics (20 marks), the latter being consumer and financial mathematics — wages, VAT, interest, mark-up and measurement.

Exam sponsor: Examinations and Assessment Unit, Ministry of Education, Fiji. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Single three-hour question-and-answer booklet with 10 minutes reading time, marked out of 100 across nine strands: Basic Mathematics (20), Polynomials with Calculus (30), Surds (6), Logs and Exponents (8), Hyperbola (10), Trigonometry (9), Matrices and Transformation (5), Statistics (5), and Probability (7).

Time Limit

3 hours plus 10 minutes reading time

Passing Score

Not published as a fixed percentage; subject marks are reported out of 100 and are scaled by the Ministry of Education from the 2026 academic year.

Exam / Certification Fees

No candidate entry fee is published for school candidates; a recount costs $5 FJD per subject and a remark $25 FJD per subject during the 30-day provisional results period.

Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

20 questions

Basic Mathematics and Algebra

Sets, surds, indices, logarithms, algebraic fractions, quadratics and simultaneous equations. The official Basic Mathematics strand (20 marks) is consumer and financial mathematics — wages, VAT, interest, mark-up and measurement — which this bank does not yet cover.

20 questions

Graphs and Coordinate Geometry

Straight lines, gradients, midpoints, distances, circles, parabolas and inequality regions. The official paper has no separate coordinate-geometry strand; parabola items support Polynomials with Calculus (30 marks) and the Hyperbola strand (10 marks) is not yet covered.

15 questions

Trigonometry

Sine and cosine rules, identities, triangle areas, equations, and sine and cosine graphs (official strand: 9 marks).

15 questions

Matrices and Transformations

Matrix operations, determinants and inverses, and geometric transformations (official strand: 5 marks).

15 questions

Statistics and Probability

Grouped frequency, cumulative frequency, quartiles, standard deviation and probability rules (official strands: Statistics 5 marks and Probability 7 marks).

15 questions

Introductory Calculus

Differentiation, tangents and normals, stationary points, integration and areas. Part of the official Polynomials with Calculus strand (30 marks).

Preparing for the FY12CE Mathematics Exam

What You Need to Know

  • Passing score: Not published as a fixed percentage; subject marks are reported out of 100 and are scaled by the Ministry of Education from the 2026 academic year.
  • Assessment: Single three-hour question-and-answer booklet with 10 minutes reading time, marked out of 100 across nine strands: Basic Mathematics (20), Polynomials with Calculus (30), Surds (6), Logs and Exponents (8), Hyperbola (10), Trigonometry (9), Matrices and Transformation (5), Statistics (5), and Probability (7).
  • Time limit: 3 hours plus 10 minutes reading time
  • Exam / certification fees: No candidate entry fee is published for school candidates; a recount costs $5 FJD per subject and a remark $25 FJD per subject during the 30-day provisional results period. Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

FY12CE Mathematics: Suggested Study Strategy

1Practice quadratic factorization and using the quadratic formula with precision.
2Know how to find the gradient and y-intercept of a perpendicular line (m1 * m2 = -1).
3Memorize the 2x2 matrix determinant and inverse formula: 1/(ad - bc) * [d, -b; -c, a].
4Master the power rule for differentiation: d/dx(x^n) = n * x^(n-1).

Frequently Asked Questions

What mathematics strands are covered in FY12CE Mathematics?

Nine strands: Basic Mathematics (20 marks), Polynomials with Calculus (30), Surds (6), Logs and Exponents (8), Hyperbola (10), Trigonometry (9), Matrices and Transformation (5), Statistics (5) and Probability (7).

What does the Basic Mathematics strand actually cover?

Consumer and financial mathematics rather than pure algebra: wages and overtime, percentage pay rises, commission, VAT, compound interest, mark-up and discount, loan repayments using arithmetic series, and practical measurement and area problems.

Does this question bank include worked numerical steps?

Yes. Each problem includes complete intermediate steps. The official paper is a booklet in which you must show that working by hand, which multiple-choice practice cannot replace.

What is the passing score for FY12CE Mathematics?

The Ministry of Education does not publish a fixed percentage pass mark. Marks are reported out of 100 and, from the 2026 academic year, Cabinet has approved the reintroduction of scaling across national examinations.

What language is used on the examination paper?

English. FY12CE Mathematics is set and answered in English, and this bank is an English-language MCQ study adaptation.