QUESTION 25 What is the value of x if m-4 and b=12? def mystery (m, b): y = 7| (y b) / m %3D return x print('Please enter the coefficients m and b in y = mx + b for the line being evaluated.')...


25. Please help me answer this engineering question


QUESTION 25<br>What is the value of x if m-4 and b=12?<br>def mystery (m, b):<br>y = 7|<br>(y b) / m<br>%3D<br>return x<br>print('Please enter the coefficients m and b in y = mx + b for the line being evaluated.')<br>float(input ('Please enter the value for m:

Extracted text: QUESTION 25 What is the value of x if m-4 and b=12? def mystery (m, b): y = 7| (y b) / m %3D return x print('Please enter the coefficients m and b in y = mx + b for the line being evaluated.') float(input ('Please enter the value for m: ")) float(input('Please enter the value for b:")) m%3= %3D x int(mystery(m, b)) x = - * 4) %3D print('the value you are searching for is:', x) -5 4 -4 -1.25 1.25

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here