You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
What you do is plug the z value (first column) into the formula (second column), and solve for y. For instance, the first one would be y = -1-2, or -3. The x would be the x in the ordered pair, and the final ordered pair would be (-1,-3). Make sense?
21/49
=3/7(divide by 7 numerator and denominator)
PLs brainliest answer