A
rational number is a number which can be expressed as a fraction whose
numerator and denominator are both integers and whose denominator is not equal
to zero. Rational numbers include all integers, fractions, mixed numbers, and
some decimal numbers.
Note : All terminating and repeating decimal
numbers are rational numbers because those numbers can be expressed as a
fraction. On the other hand, a non repeating number and non terminating
decimal, like square root of 2, is an irrational number.








<span>
</span>

Answer:
Bias is the difference between the average prediction of our model and the correct value which we are trying to predict and variance is the variability of model prediction for a given data p[oint or a value which tells us the spread of our data the variance perform very well on training data but has high error rates on test data on the other hand if our model has small training sets then it's going to have smaller variance & & high bias and its contribute more to the overall error than bias. If our model is too simple and has very few parameters then it may have high bias and low variable. As the model go this is conceptually trivial and is much simpler than what people commonly envision when they think of modelling but it helps us to clearly illustrate the difference bewteen bias & variance.
Answer:
point G : (7,4)
point F : (7,1)
point J : (2,4)
point H: (5,4)
Step-by-steWhen you translate you take each point and move it how many units it asks you to move. In this problen you move each point 7 units to the right and 9 units up to get your answer.
Answer:
x = −3 and x = −2
Step-by-step explanation:
x^2 + 5x = −6
Add 6 to each side
x^2 + 5x+6 = −6+6
x^2 +5x+6 =0
Factor
What 2 number multiply to 6 and add to 5
3*2 =6
3+2 =5
(x+3)(x+2) =0
Using the zero product property
x+3 =0 x+2 =0
x+3-3=0-3 x+2-2=0-2
x=-3 x=-2