Answer:
The graph representing the linear inequalities is attached below.
Explanation:
The inequalities given are :
y>x-2 and y<x+1
For tables for values of x and y and get coordinates to plot for both equation.
In the first equation;
y>x-2
y=x-2
y-x = -2
The table will be :
x y
-2 -4
-1 -3
0 -2
1 -1
2 0
The coordinates to plot are : (-2,-4) , (-1,-3), (0,-2), (1,-1) ,(2,0)
Use a dotted line and shade the part right hand side of the line.
Do the same for the second inequality equation and plot then shade the part satisfying the inequality.
The graph attached shows results.
The answer is False!
The answer is false
Answer:
7
Explanation:
A quotient is the answer to a division.For example,the quotient of 10 is 2 and 5 because 5÷10=2.
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])