Answer:
17
Step-by-step explanation:
1 because it's less than 2
Percent means per 100
multiply .015 x 100 (move decimal point 2 places to the right(
answer is 1,5%
hope this helps
Answer:
(a) <em>Linear regression</em> is used to estimate dependent variable which is continuous by using a independent variable set. <em>Logistic regression</em> we predict the dependent variable which is categorical using a set of independent variables.
(b) Finding the relationship between the Number of doors in the house vs the number of openings. Suppose that the number of door is a dependent variable X and the number of openings is an independent variable Y.
Step-by-step explanation:
(a) Linear regression is used to estimate dependent variable which is continuous by using a independent variable set .whereas In the logistic regression we predict the dependent variable which is categorical using a set of independent variables. Linear regression is regression problem solving method while logistic regression is having use for solving the classification problem.
(b) Example: Finding the relationship between the Number of doors in the house vs the number of openings. Suppose that the number of door is a dependent variable X and the number of openings is an independent variable Y.
If I am to predict that increasing or reducing the X will have an effect on the input variable X or by how much we will make a regression to find the variance that define the relationship or strong relationship status between them. I will run the regression on any computing software and check the stats result to measure the relationship and plots.
Answer:
Step-by-step explanation:
Perimeter of a rectangle = 2(L +W)
Given L = W + 2 and the perimeter is greater than 112 meters?
P rect < 2(L +W) L = W + 2
P rect < 2(W + 2 +W)
< 2(2W+2)
112 < 4W + 4 solve for W
(112 - 4)/4 < (4W +4 - 4)/4
108/4 < (4W + 0)/4
27 < W
the width has to be greater than 27 meters
Answer:
(a) ¬(p→¬q)
(b) ¬p→q
(c) ¬((p→q)→¬(q→p))
Step-by-step explanation
taking into account the truth table for the conditional connective:
<u>p | q | p→q </u>
T | T | T
T | F | F
F | T | T
F | F | T
(a) and (b) can be seen from truth tables:
for (a) <u>p∧q</u>:
<u>p | q | ¬q | p→¬q | ¬(p→¬q) | p∧q</u>
T | T | F | F | T | T
T | F | T | T | F | F
F | T | F | T | F | F
F | F | T | T | F | F
As they have the same truth table, they are equivalent.
In a similar manner, for (b) p∨q:
<u>p | q | ¬p | ¬p→q | p∨q</u>
T | T | F | T | T
T | F | F | T | T
F | T | T | T | T
F | F | T | F | F
again, the truth tables are the same.
For (c)p↔q, we have to remember that p ↔ q can be written as (p→q)∧(q→p). By replacing p with (p→q) and q with (q→p) in the answer for part (a) we can change the ∧ connector to an equivalent using ¬ and →. Doing this we get ¬((p→q)→¬(q→p))