B) 2x − 3y < 7
C) −3x + 2y > 7
D) 3x − 2y < 7
Answer:
D) 3x − 2y < 7
Step-by-step explanation:
We note that the x- and y-intercepts are about 2.3 and -3.5, respectively.
In "intercept form," the equation of the line can be written ...
x/x-intercept +y/y-intercept = 1
Using the given intercepts, this is ...
x/2.3 +y/(-3.5) = 1
The answer choices suggest that we should multiply this by 7. When we do, we get ...
3x -2y = 7 . . . . the equation of the boundary line
__
The next trick is to figure the comparison symbol. We note that x-values are less than those on the line, and y-values are greater than those on the line. It is convenient to consider the term with a positive coefficient, so we don't get confused with minus signs and reversed comparisons.
As we said, x-values are less than those on the line, so the shaded area is ...
3x -2y < 7 . . . . matches choice D
Answer:
D) 3x − 2y < 7
Step-by-step explanation:
Took the test and got it right :)
0.87%
49.87%
99.87%
B. 60
C. 180
D. 90
To calculate the total number of mortgage payments over a period of 15 years, one should multiply the number of years by 12. Thus, a 15-year mortgage will have 180 payments in total.
The Patels took out a 15-year mortgage. A mortgage is usually paid on a monthly basis. Therefore, to calculate the total number of payments the Patels will make, multiply the number of years by 12 - the number of months in a year. So, 15 years * 12 months/year equals 180 payments. Therefore, the correct answer is C. 180.
#SPJ6
Answer:
Write a function perim that receives the radius r of a circle, and calculates and returns the perimeter P of the circle (P = 2 π r). Here are examples of using the function:
>>perimeter = perim(5.3)
perimeter =33.3009
>>fprintf(‘The perimeter is %.1f\n’, perim(4))
The perimeter is 25.1
>>help perim
Calculates the perimeter of a circle
Renewable energy sources, such as biomass, are gaining increasing attention. Biomass energy units include megawatt hours (MWh) and gigajoules (GJ). One MWh is equivalent to 3.6 GJ. For example, 1 cubic meter of wood chips produces 1 MWh.
Step-by-step solution
Step 1 of 3
The perimeter of a circle is,
Here,
r is the radius of the circle and
P is the perimeter of the circle.
Chapter 3, Problem 25E is solved.
View this answer
View a sample solution
Back to top
Corresponding textbook
MATLAB | 3rd Edition
MATLAB | 3rd Edition
9780124058767
ISBN:
0124058760
Authors:
Stormy Attaway
Rent | Buy
MATLAB
(3rd Edition)
Solutions for Chapter 3
Problem 25E: Write a function perim that receives
the radius r of a circle, and calculates and returns
the perimeter P of the circle (P = 2 π r). Here are …
Solutions for problems in chapter 3
Get solutions