/* Describe your code here */ a = normal(2, 5)
/* Describe your code here */ slope = lognormal(0,.01) intercept = normal(10000, 1000) fQ(price) = (-slope * price) + intercept