Answer:
D
Step-by-step explanation:
Since EF is perpendicular to both AB and CD, that makes AB and CD parallel.
Answer: D
Let w represent the amount the wife receives.
.. w +2*(2/3*w) = 945,000
.. 7/3w = 945,000
.. w = (3/7)*945,000 = 405,000
The wife will receive $405,000.
Answer:
B) f(x)=13x+4 and C) f(x)=|3x| − 4
Answer:
a) Bar chart
b) Histogram
c) Bar chart
d) Histogram
Step-by-step explanation:
a) Trash pick-up DAY for each HOUSEHOLD in Ames - This is categorical data because, we are talking about days of the week. For instance, Household 1 might have Sunday as Trash pick-up day and that could be accumulated into frequency. Hence, BAR chart is the most appropriate.
b) Patient WAIT-TIME at ISU. This is continuous (quantitative) data. And the most appropriate is HISTOGRAM.
c) Number of trips taken during a GIVEN SCHOOL YEAR by EACH ISU STUDENT. Let say we have 5 ISU STUDENTS. Student 1 had 5 trips, student 2 had 10 trips, etc.
We want to see which student has the most and least trip in that particular school year. Although is count data but the most appropriate graphical display is BAR chart.
d) TAX BRACKET of ALL Iowa RESIDENTS. This is a continuous (quantitative) data. The most appropriate graphical display is HISTOGRAM.
Answer:
y = -x + 2
Step-by-step explanation:
We are asked to find the equation of a line
Step 1: find the slope
We are given two points
( 2 , 0) ( 6 , -4)
m = (y_2 - y_1 )/ (x_2 - x_1)
x_1 = 2
y_1 = 0
x_2 = 6
y_2 = -4
Insert the values
m = ( -4 - 0) / ( 6 - 2)
m = -4 / 4
m = -1
Step 2 : substitute m into the equation
y = mx + c
y = -1x + c
Step 3: substitute any of the two points into the equation
Let's pick ( 6 , -4)
x = 6
y = -4
y = mx + c
y = -1x + c
-4 = -1(6) + c
-4 = -6 + c
c = -4 + 6
c = 2
Step 4: substitute c = 2 into the equation
y = mx + c
y = -x + c
y = -x + 2