nyoninombuso7
nyoninombuso7 nyoninombuso7
  • 16-05-2023
  • Mathematics
contestada

If you have to calculate the intercept of the straight line y= x/y - 1 with both the x- and y-axis , what will the answer be?​

Respuesta :

Otras preguntas

A ____ helps plan for retirement. A. certified retirement planner B. savings advisor C. savings retirement planner D. retirement planning sheet
Help please, I'm stuck on this :/
just need answer....​
Learning to farm allowed people to
1. What challenges are currently facing our country? 2. What issues should President Biden include in his inaugural address on January 20?
Do you think the Sons & Daughters of Liberty were justified in using both peaceful and violent protests against the British taxes? Explain your answer. *
A 17 N box is pushed across the floor a distance of 9.1 m. How much work was performed? A. 0 J B. .54 J C. 1.8 J D. 154.7 J
Suppose Kate lives in a community with no price controls. What could happen if her town borders a community where there is a nonbinding price ceiling on most pr
Solve the system using elimination. 5x + 7y = -31 5x – 9y = 17 A. (-4,-4) B. (-5,-3) C. (-2,5) D. (-2,-3)
What is the output of this program? numA = 2 for count in range(5,8): numA = numA + count print(numA) Output: