katiee139
katiee139 katiee139
  • 23-03-2021
  • Mathematics
contestada

Can someone please answer this? It doesn’t have to be step by step

Can someone please answer this It doesnt have to be step by step class=

Respuesta :

zachariahpaul934 zachariahpaul934
  • 23-03-2021

Answer:

-1

Step-by-step explanation:

the awnser is -1

Answer Link
khatoon722 khatoon722
  • 23-03-2021
It is a solution because -2 plugged in as x into the equations shows y is equal to -1.
Answer Link

Otras preguntas

what is the objective of national water planning in nepal?​
Find the slope that is PARALLEL and PERPENDICULAR to the equation of the line y = -1/2x+6.
What is the equation of a line with a y-intercept at (0, 6) and a slope of 3? y = 3x + 6 y = 6x + 3 y = 3x − 6 y = −6x − 3
Help please due today
If a town x is on longitude 10 west and town z is on longitude 45 west.If the time is 12:00 noon find the time in town z
what is the volume of the cube?​
Express each mixed number as a percent 7 3/10 can I please get the awnser​
5. Archaeology A. A part or imprint of something that was once alive B. The study of the past based on what people left behind C. An early ancestor of humans.
how is the power of central government decentralized in the federal system?​
Consider the following program written in C syntax: void swap(int a, int b) { int temp; temp = a; a = b; b = temp; } void main() { int value = 2, list[5] =