Math, asked by 123Ayushi456, 29 days ago

Solve the following by substitution method
7x - 2y = 3 , 11x - 3/2y = 8

I will mark useful Answers as brainlist ...
and also I will report irrelevant answers . ....​

Answers

Answered by Rohit8612
1

Answer:

hrs = input("Enter Hours:")

h = float(hrs)

xx = input("Enter the Rate:")

x = float(xx)

if h <= 40:

print( h * x)

elif h > 40:

print(40* x + (h-40)*1.5*x)

Similar questions