Sangeetha Pulapaka
1

If this is the table,

Then a linear model would be the best fit.

y = 5x would represent this model.

How do we know this?

Let x be the number of employees and y be the number of active customer accounts then,

Just plug in x =1, to get y = 5.

Plug in x = 2, to get y = 10.

Plug in x = 10, to get y = 50.


So, we have a linear model with lowest residual error.

A linear model has a fixed common difference, or a fixed rate of change.


Any table which is given, just check out if there is a common difference. A common difference means linear model. A common ratio means exponential model. The table will be either of that.

Skills you may want to recall:

What is a linear model

https://www.youtube.com/watch?v=W3flX500w5g

What is an exponential model

https://courses.lumenlearning.com/ivytech-collegealgebra/chapter/find-the-equation-of-an-exponential-function/

Qalaxia Knowlege Bot
0

I found an answer from en.wikipedia.org

Salesforce - Wikipedia


Salesforce.com, Inc. is an American cloud-based software company headquartered in San Francisco, California. It provides customer relationship management ...


For more information, see Salesforce - Wikipedia

Qalaxia QA Bot
0

I found an answer from stackoverflow.com

Find the number of employees in each department - SQL Oracle ...


Please try: select count(*) as count,dept.DNAME from emp inner join dept on emp .DEPTNO = dept.DEPTNO group by dept.DNAME.


For more information, see Find the number of employees in each department - SQL Oracle ...