Answer:
75% of students are year 7
Step-by-step explanation:
divide 126 by 168 which equals 75% of year 7 pupils
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:

Step-by-step explanation:
assuming the recurring digits are 0.272727.... , then
we require 2 equations with the repeating digits placed after the decimal point.
let x = 0.2727.... (1) ← multiply both sides by 100
100x = 27.2727... (2)
subtract (1) from (2) thus eliminating the repeating digits
99x = 27 ( divide both sides by 99 )
x =
=
← in simplest form
3/4 x 12 = 9 in decimal form.
3/4 x 12 = 9/1 in fraction form
The midpoint of a line divides the line into equal segments.
The option that proves PQ = LO is (a)
The given parameters are:




P is the midpoint of LM.
So, we have:



Q is the midpoint of NO.
So, we have:



Distance PQ is calculated as follows:

This gives:



Distance LO is calculated as follows:



So, we have:


Thus:

Hence, the correct option is (a)
Read more about distance and midpoints at:
brainly.com/question/11231122