PDA

View Full Version : postive slopes


ktpr2
Feb15-05, 09:59 PM
Do all positive slopes taken from points (x1, y1) and (x2, y2) satisfy the following logic, x1 < x2 and y1 < y2?

xanthym
Feb15-05, 10:13 PM
Do all positive slopes taken from points (x1, y1) and (x2, y2) satisfy the following logic, x1 < x2 and y1 < y2?

Either of the following would have a POSITIVE slope:
Condition #1 -----> {x1 < x2} AND {y1 < y2}
Condition #2 -----> {x1 > x2} AND {y1 > y2}


~~

ktpr2
Feb15-05, 10:25 PM
whoops forgot about the negative/negative case; thanks