SOLUTION: if Mr. Wendell always sell 3 times as many hot dogs as he does hamburgers, write a function to describe the total amount of money that Mr. Wendell earns each month from both his ha

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: if Mr. Wendell always sell 3 times as many hot dogs as he does hamburgers, write a function to describe the total amount of money that Mr. Wendell earns each month from both his ha      Log On


   



Question 812195: if Mr. Wendell always sell 3 times as many hot dogs as he does hamburgers, write a function to describe the total amount of money that Mr. Wendell earns each month from both his hamburgers and hot dogs
Answer by TimothyLamb(4379) About Me  (Show Source):
You can put this solution on YOUR website!
d = 3b
where d is the number of dogs sold per month, and b is the number of burgers sold per month
---
m = Dd + Bb
where m is the money earned per month, D is the price per dog, and B is the price per burger
---
m = Dd + Bb
m = D3b + Bb
m = (3D + B)b
---
given the values of D, B, and b we can find m, the money earned per month.
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php