chibe69p3utj4
chibe69p3utj4 chibe69p3utj4
  • 13-02-2018
  • Mathematics
contestada

in the diagram below,lines jk and lm are

in the diagram belowlines jk and lm are class=

Respuesta :

musiclover10045
musiclover10045 musiclover10045
  • 13-02-2018
since they have a 90 degree angle between them they would be perpendicular
Answer Link
Аноним Аноним
  • 13-02-2018
The lines are perpendicular. This means they have an opposite slope and we can tell that they are perpendicular by noticing that the lines create a 90 degree angle. 

Answer = A
Answer Link

Otras preguntas

The _________ is the part of a function definition that shows the function name, return type, and parameter list.
Which specific organ do the following hormones belong to: a. Thyrotropin b. LH c. Gastrin d. ACTH e. Prolactin f. ADH g. Growth hormone h. GnRH
Please briefly describe your QA / testing process?
Where do you define parameter variables?
Yesterday I ____ my bicycle to school.
What is the process by which individuals regain neurological function following an injury to the nervous system?
Which statement will call this module and pass 12 as the argument? Module showValue (Integer quantity) Answer a) Call showValue( Integer) b) Call showValue (12)
que piensan del pensamiento de Robert Nozick (filosofo)
If point C is inside AvB, then __+m CvB= m AvB
What is the output of the following code segment? n = 1; for ( ; n <= 5; ) cout << n << ' '; n++; 1. 1 2 3 4 5 2. 1 1 1 ... and on forever 3. 2 3