Answer:
D. p + q = 7
Step-by-step explanation:
The slope of AB is ...
mAB = (y2 -y1)/(x2 -x1) = (1 -4)/(6 -p) = -3/(6 -p)
The slope of BC is ...
mBC = (q -1)/(9 -6) = (q -1)/3
We want the product of these slopes to be -1:
mAB·mBC = -1 = (-3/(6 -p))·((q -1)/3)
-(q-1)/(6 -p) = -1 . . . . cancel factors of 3
q -1 = 6 -p . . . . . multiply by -(6 -p)
q + p = 7 . . . . . matches choice D
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4
4 floors with 6 class rooms each = 6*4 = 24 total class rooms.
24 class rooms x 34 students in each one = 816 total students.
To form the <u>converse</u> of the <u>conditional statement</u>, interchange the <u>hypothesis</u> and the <u>conclusion</u>.
Given conditional statement: "if two angles are both obtuse, the two angles are equal".
Here,
- hypotesis is: two angles are both obtuse,
- conclusion is: two angles are equal.
Then the converse statement will be: "If two angles are equal, then two angles are both obtuse".