Step-by-step explanation:
10 is the value of A ......
Answer:
The correct option is B.
Step-by-step explanation:
Given information: AB\parallel DCAB∥DC and BC\parallel ADBC∥AD .
Draw a diagonal AC.
In triangle BCA and DAC,
AC\cong ACAC≅AC (Reflexive Property of Equality)
\angle BAC\cong \angle DCA∠BAC≅∠DCA ( Alternate Interior Angles Theorem)
\angle BCA\cong \angle DAC∠BCA≅∠DAC ( Alternate Interior Angles Theorem)
The ASA (Angle-Side-Angle) postulate states that two triangles are congruent if two corresponding angles and the included side of are congruent.
By ASA postulate,
\triangle BCA\cong \triangle DAC△BCA≅△DAC
Therefore option B is correct
(4-4x)(x-3)
4x-12-(4x^2)+12x
(-4x^2)+16x-12=(pxq)(x)
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>