Answer:
let us assume the 3 digit number be 984
To check weather the number is divisible by 3 and 4 then when should know the divisibility rule of 3 and 4.
A number is said to be divisible by 3 when the sum of each digit of the number is divisible by 3. Example 9+8+4 = 21 is divisible by 3 hence the number is divisible by 3.
A number is said to be divisible by 4 when the last two digit is divisible by 4 like 84 is divisible by 4 hence 984 is divisible by 4.
Answer:
Option B.
.
Step-by-step explanation:
The given equation is kx - 4 = 9
We will add 4 on both the sides of the equation
kx - 4 +4 = 9 +4
kx = 13
Now we will divide by k on both the sides of the equation

Therefore Option B x = 13/k is the right answer.
Answers:
u = 18
v = 20
========================================================
Work Shown:
The leg YZ is congruent to the left FH
This means YZ = FH and that leads to u+v-18 = 10u-8v
The hypotenuse ZX is congruent to the hypotenuse HG
This means ZX = HG and we get the equation 14v-14u+32 = v+u+22
----------------------
The system of equations we have so far is
u+v-18 = 10u-8v
14v-14u+32 = v+u+22
Let's get the equations into standard form
Start with the first equation
u+v-18 = 10u-8v
u+v = 10u-8v+18
u+v-10u+8v = 18
-9u+9v = 18
-9(u-v) = 18
u-v = 18/(-9)
u-v = -2
Note how we can solve for the variable u to get
u = v-2
which we'll use later
----------------------
Let's get the other equation into standard form as well
14v-14u+32 = v+u+22
14v-14u-v-u = 22-32
-15u+13v = -10
Now plug in u = v-2 and solve for v
-15u+13v = -10
-15(v-2) + 13v = -10
-15v+30+13v = -10
-2v+30 = -10
-2v = -10-30
-2v = -40
v = -40/(-2)
v = 20
Which means,
u = v-2
u = 20-2
u = 18