X=3.5 add 10 and divide by 8
Answer:
The answer to the equation is 16
The point of intersection of the two lines is at (1,-1)
<h3>System of equation</h3>
The given system of expression is shown below
x - 2y = 3
5x + 3y = 2
The solution to the system of equation is the point of intersection
From equation 1
x = 3 + 2y
Substitute into 2
5(3+2y) + 3y = 2
15 +10y + 3y = 2
13y = -13
y = -1
Substitute y = -1 into 3
x = 3 + 2y
x = 3+(-2)
x = 1
Hence the point of intersection of the two lines is at (1,-1)
Learn more on system of equation here: brainly.com/question/25976025
#SPJ1
Answer:
7x+5=7x+5 they are equal same lines
Step-by-step explanation:
Step-by-step explanation:
To check out how efficient or accurate a model is, we use the akaike information criterion or the Bayesian. If the AIC or BIC are lower, then this model would be better. They are also used to control for model complexity
Akaike information criterion = 2k-2ln where k is the number of parameter. A higher k gives a higher AIC.
In the real world complex models are discouraged and avoided since
1. They cause data to be over fitted and can capture noise and information from this data.
2. They are complex and therefore difficult to interpret
3. They consume a lot of time and computing them has several inefficiencies.
Using these two as measure of performance, we can select optimal choice of independent variable.
With forward/backward regression, we are able to put new variables in the model or remove from it. The best is the one with lowest AIC.