

InterviewSolution
Saved Bookmarks
1. |
Separate positive and negative rational numbers from the following rational numbers:(-5/-7), (12/-5), (7/4), (13/-9), 0, (-18/-7), (-95/116), (-1/-9) |
Answer» Given (-5/-7), (12/-5), (7/4), (13/-9), 0, (-18/-7), (-95/116), (-1/-9) A rational number is said to be positive if its numerator and denominator are either positive integers or both negative integers. Therefore positive rational numbers are: (-5/-7), (-18/-7), (7/4), (-1/-9) A rational number is said to be negative integers if its numerator and denominator are such that one of them is positive integer and another one is a negative integer. Therefore negative rational numbers are: (12/-5), (13/-9), (-95/116) |
|