Answer:
Step-by-step explanation:
hello,
i advice you check the question again if it is GF(
) or GF(24). i believe the question should rather be in this form;
multiplication in GF(
): Compute A(x)B(x) mod P(x) =
+
+1, where A(x)=
+1, and B(x)=
.
i will solve the above question and i believe with this you will be able to solve any related problem.
A(x)B(x)=
= 
=
please note that the division by the modulus above we used

Answer:
the second one is the right answer (2)
Answer:
X<-64
Step-by-step explanation:
Answer:
A(h) = h²/2 - 6*h + 10
Step-by-step explanation:
The garden is rectangular, and area of a rectangle is:
A(r) = L*w
Where L is the length and w is the width of the rectangle
Now if we call "h" the length of the house, we have the following expressions
L = h - 2 and
w = h/2 - 5
The expression for the area f the ectangle as a function of the length of the house is:
A(h) = ( h - 2 )* ( h/2 -5 )
A(h) = h²/2 - 5*h - h + 10
A(h) = h²/2 - 6*h + 10