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
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
World Languages,
28 days ago
Math,
28 days ago
Political Science,
28 days ago
Physics,
1 month ago
History,
1 month ago
History,
9 months ago
English,
9 months ago