What method can be used to write the equation of a line in slope-intercept form given two points?

Answers

Answer 1
Final answer:

To write the equation of a line in slope-intercept form given two points, calculate the slope from the points, use one point and the slope to find the y-intercept, then write the equation as y = mx + b.

Explanation:

To write the equation of a line in slope-intercept form, given two points, follow these steps:

Calculate the slope (m) using the formula m = (Y2 - Y1) / (X2 - X1), where (X1, Y1) and (X2, Y2) are the coordinates of the two given points.Once you have the slope, choose one of the two points to substitute into the slope-intercept form equation, y = mx + b, along with the slope you calculated. This will allow you to solve for the y-intercept (b).With both the slope and y-intercept, you can write the final equation of the line: y = mx + b.

For example, if the two points given are (1, 3) and (4, 11), the slope would be (11 - 3) / (4 - 1) = 8 / 3. Then choosing the point (1, 3), we would substitute to find the y-intercept: 3 = (8/3)(1) + b, resulting in b = 3 - 8/3 = 1/3. So the equation of the line is y = (8/3)x + 1/3.


Related Questions

89.87 is 215% of what number

Answers

Final answer:

89.87 is 215% of approximately 41.8. This is found by converting 215% to a decimal (2.15) and dividing the given number (89.87) by this decimal.

Explanation:

The student's question relates to an application of percentages. To work out this problem, we must first understand that in this context, 215% is equivalent to 2.15 when transformed into a decimal. We then divide the given number, 89.87, by 2.15 to find the original value. The calculation would be as follows: 89.87 ÷ 2.15, which equates to approximately 41.8. Therefore, 89.87 is 215% of the number 41.8.

Learn more about Percentages here:

https://brainly.com/question/32197511

#SPJ2

The area of rhombus ABCD is 72 square units. EC = 8 units and DB = x – 1. What is the value of x?

Answers

IF EC = 8, than we know for sure that the length of AC would be 2 x 8 = 16

The formula to use in determining Rhombus area is 
A = (AC . DB)/2 , so the value x could be found with this equation :

72 = 16 (x-1)     /  2

72 = (16x -16) /2

72 = 8x - 8

80 = 8x 

x = 10

Answer:

10 or answer B.

Step-by-step explanation:

Find a formula for the sum of the first n even positive integers.
b.prove the formula that you conjectured in part (a)

Answers

(a) The formula for the sum of the first n even positive integers is n(n+1) and (b) the formula has been proved with an example.

What is an arithmetic progression?

Arithmetic progression is the sequence of numbers that has a fixed common difference between any two consecutive numbers.

For the given situation,

Part (a):

The sum of even numbers formula is obtained by using the sum of terms in an arithmetic progression formula.

Sum of Even Numbers Formula = n(n+1),

where n is the number of terms in the series.

Part (b):

Let us consider the even positive numbers,

2,4,6,8,10,.......

Now take first 5 positive numbers 2,4,6,8,10

By using the formula, n=5

Sum of n even positive integers = [tex]n(n+1)[/tex]

⇒ [tex]5(5+1)[/tex]

⇒ [tex]5(6)[/tex]

⇒ [tex]30[/tex].

Now add the first 5 positive numbers without the formula,

⇒ [tex]2+4+6+8+10=30[/tex]

Hence we can conclude, that the formula for the sum of the first n even positive integers is n(n+1) and the formula has been proved with an example.

Learn more about arithmetic progression here

https://brainly.com/question/19337596

#SPJ2

Final answer:

The formula for the sum of the first n even positive integers is S = n(n+1). This was derived by recognizing the pattern of the series and using the formula for the sum of an arithmetic series. The proof by induction confirms the validity of our formula.

Explanation:

The problem asks us to find and prove a formula for the sum of the first n even positive integers. To find the formula, we recognize that the first n even integers can be represented as 2, 4, 6, ..., 2n. Hence, the sum S of the first n even integers can be written as S = 2 + 4 + 6 + ... + 2n. This is an arithmetic series with the first term a = 2 and the common difference d = 2. The sum of an arithmetic series can be given by the formula S = n/2 [2a + (n-1)d], substituting a = 2 and d = 2, we get S = n/2 [2*2 + (n-1)2] = n[2 + 2(n-1)], which simplifies to S = n(n+1).

To prove this formula, we use induction. For n=1, the sum is 2, which matches our formula 1(1+1) = 2. Assuming the formula holds for n = k, for n = k+1, the sum would include one more term, 2(k+1), so the new sum is S + 2(k+1) which upon simplification, verifies our formula for all n.

Evaluate the integral of the quotient of the sine of x and the square root of the quantity 1 plus cosine x, dx.

Answers

[tex]\bf \displaystyle \int~\cfrac{sin(x)}{\sqrt{1+cos(x)}}\cdot dx\\\\ -------------------------------\\\\ u=1+cos(x)\implies \cfrac{du}{dx}=-sin(x)\implies \cfrac{du}{-sin(x)}=dx\\\\ -------------------------------\\\\ \displaystyle \int~\cfrac{sin(x)}{\sqrt{u}}\cdot \cfrac{du}{-sin(x)}\implies -\int~\cfrac{1}{\sqrt{u}}\cdot du\implies -\int~u^{-\frac{1}{2}}\cdot du \\\\\\ -\cfrac{u^{\frac{1}{2}}}{\frac{1}{2}}\implies -2u^{\frac{1}{2}}\implies -2\sqrt{1+cos(x)}+C[/tex]

Answer:

[tex]-2\sqrt{1+\cos(x)}+C[/tex]

Step-by-step explanation:

Fundamental Theorem of Calculus

[tex]\boxed{\displaystyle \int \text{f}(x)\:\text{d}x=\text{F}(x)+\text{C} \iff \text{f}(x)=\dfrac{\text{d}}{\text{d}x}(\text{F}(x))}[/tex]

If differentiating takes you from one function to another, then integrating the second function will take you back to the first with a constant of integration.

Given indefinite integral:

[tex]\displaystyle \int \dfrac{\sin(x)}{\sqrt{1+\cos(x)}}\;\text{d}x[/tex]

To evaluate the given integral, we can use the method of substitution.

Integration by substitution is a way of integrating a function of a function by simplifying the integral. To integrate by substitution, write part of the function in terms of u, where u is some function of x.

Use the substitution u = 1 + cos(x).

Start by differentiating u with respect to x:

[tex]\begin{aligned}u&=1+\cos(x)\\\\\dfrac{\text{d}u}{\text{d}x}&=0-\sin(x)\\\\\dfrac{\text{d}u}{\text{d}x}&=-\sin(x)\end{aligned}[/tex]

Now rearrange the equation for du/dx to get dx on its own:

[tex]\text{d}u=-\sin(x)\:\text{d}x[/tex]

[tex]\text{d}x=-\dfrac{1}{\sin(x)}\:\text{d}u[/tex]

Substitute everything into the original expression:

[tex]\begin{aligned}\displaystyle \int \dfrac{\sin(x)}{\sqrt{1+\cos(x)}}\;\text{d}x&=\int \dfrac{\sin(x)}{\sqrt{u}}\cdot -\dfrac{1}{\sin(x)}\:\text{d}u\\\\ &=\int -\dfrac{1}{\sqrt{u}}\:\text{d}u\end{aligned}[/tex]

Simplify the integral and evaluate:

                              [tex]\begin{aligned}&=\displaystyle \int -u^{-\frac{1}{2}}\:\text{d}u\\\\&=\dfrac{-u^{-\frac{1}{2}+1}}{-\frac{1}{2}+1}+C\\\\&=\dfrac{-u^{\frac{1}{2}}}{\frac{1}{2}}+C\\\\&=-2\sqrt{u}+C\end{aligned}[/tex]

[tex]\textsf{Finally, substitute $u=1+\cos(x)$ back in:}[/tex]

                              [tex]=-2\sqrt{1+\cos(x)}+C[/tex]

Learn more about integration by substitution here:

https://brainly.com/question/32631646

Formula for calculating commission

Answers

Commission is calculated by multiplying sales revenue by the commission rate; this incentivizes sales, aiming to balance salary, commission, and overall business objectives like profitability and customer satisfaction.

The formula for calculating commission is usually based on the sales revenue multiplied by the commission rate. If, for example, a sales employee sells $10,000 worth of products and the commission rate is 5%, the calculation would be $10,000 x 0.05 = $500.

Commissions serve as a motivational tool in sales. They provide sales employees with an incentive to increase sales, as their earnings are directly linked to the success of their efforts. Optimal sales volume, profitability, and customer satisfaction are central to a well-balanced compensation plan that incorporates both a base salary and a commission structure.

How do I do this my Calculator will not do this

Answers

Convert them all to decimals then sort them from least to greatest:
[tex] \sqrt{12} [/tex], [tex] \sqrt{ \frac{49}{4} } [/tex],[tex] \frac{25}{7} [/tex],3.6

The numbers in order from least to greatest are:

√12,3.6,25/7,49 √4

To order the numbers from least to greatest, we need to convert them all to decimals.

25/7 = 3.57142857...

√12 = 3.4641016151377544

49 V4 = 49/4 = 12.25

Therefore, the numbers in order from least to greatest are:

√12,

3.6,

25/7,

49 √4

For such more question on numbers

https://brainly.com/question/30765230

#SPJ12

graph and solve the system

3x+6y-12= 0
x + 2y = 8

Answers

Slope -1/2 
Y-intercept: 2



Slope: -1/2

Y-intercept:4 



 hope this helped :) 

What number can you add to 7√ to get a rational number?

Answers

it would be -√7. This because, If you add√-7 to √7, it equals 0. This is a rational number because it Is a whole number. The other 3 options are irrational.

The number that can be added to √7 to get a rational number is -√7.

What are rational numbers?

A number of the form a/b where a and b are integers and b ≠ 0 is called a rational number.

The given number is √7.

√7 is an irrational number.

Note that the square root of prime numbers is irrational, therefore, to get a rational number by addition, the only way is to add the negative reciprocal of the given irrational number.

The negative reciprocal of √7 is -√7, therefore, add -√7 to √7:

√7 + (-√7) = 0 (a rational number).

Hence, the number that can be added to √7 to get a rational number is -√7.

Learn more about rational numbers here:

https://brainly.com/question/24398433

#SPJ2

What is the Solution of the following system?

{-3x -2y = -12
{9x + 6y= -9

Imagine those two bracket things are one big one connecting both equations, and the answers are A (2,1) B No Solutions C (-2, -1) D Infinitely Many Solutions
@Emma11234

Answers

The given system is called a system of linear equations in 2 variables. 

One of the methods we can use to solve the system is the elimination method. In this method we multiply one of the equations with a certain value, such that when the this equation is added to the other one, one of x or y cancels out:

Notice that we can eliminate the variable y by multiplying the first equation by 3, and adding it to the second equation:

the system becomes:

-9x-6y=-36
9x+6y=-9

adding the left hand sides, and the right hand sides of the equations we have:

0=-45, which is not true. This means that the system has no solutions because all the operations we used are valid, but the result is absurd.


Answer: B. No solutions.


Remark:

we could have noticed that the coefficients of x and y in both equations are proportional. (-3*(-3)=9, -2*(-3)=6) 

In such situations, if the numbers in the right hand side are also proportional, then the solution has infinitely many solutions, 

if not, as in our case, the system has no solution.

Relationship B has a greater rate than Relationship A.
This graph represents Relationship A. Which equations could represent Relationship B?
Select each correct answer.
a) y = 3/4x
b) y = 0.6x
c) y = 1/4x
d) y = 2/3x

Answers

The equation (a) y = 3/4x, equation (b) y = 0.6x, equation (d) y = 2/3x are correct option because they have greater rate than A

What is the slope?

The ratio that y increase as x increases is the slope of a line. The slope of a line reflects how steep it is, but how much y increases as x increases. Anywhere on the line, the slope stays unchanged (the same).

We have;

Relationship B has a greater rate than Relationship A.

From the graph, the rate of A or slope will be:

A(m) = (4-2)/(8-4) = 2/4

A(m) =1/2 = 0.5

From the given option, the equation  y = 3/4x, y = 0.6x, and y = 2/3x has a greater rate than A which is 3/4, 0.6, and 2/3 respectively.

Thus, the equation (a) y = 3/4x, equation (b) y = 0.6x, equation (d) y = 2/3x are correct option because they have greater rate than A

Learn more about the slope here:

brainly.com/question/3605446

#SPJ2

Simplify the product using FOIL. (2x – 7)(5x 5)

Answers

10x squared - 25x squared + 10x

Answer:

[tex]10x^2-25x-35[/tex]

Step-by-step explanation:

The FOIL method is used to multiply two binomials.

FOIL stand for:

First : Multiply the first term in each set of parenthesis.

Outer : Multiply the outer term in each set of parenthesis.

Inner : Multiply the inner term in each set of parenthesis.

Last: Multiply the last term in each set of parenthesis.

Given that:

[tex](2x-7)(5x+5)[/tex]

Using the foil method:

[tex]2x(5x+5)-7(5x+5)[/tex]     [Using distributive property]

⇒[tex]10x^2+10x -(35x+35)[/tex]

⇒[tex]10x^2+10x -35x-35[/tex]

Combine like terms:

⇒[tex]10x^2-25x-35[/tex]

Therefore, the product of (2x – 7)(5x+5) using FOIL method is, [tex]10x^2-25x-35[/tex]

1. What is the area of a parallelogram whose vertices are A(−1, 12) , B(13, 12) , C(2, −5) , and D(−12, −5) ?
2.

Each small square on the grid is 1 ft².



Which estimate best describes the area of this figure?

25 ft²
35 ft²
50 ft²
65 ft²

Answers

1. 238 2. 50 ft² The area of a parallelogram is bh where b is the base, and h is the height. Since line segments AB and CD are conveniently horizontal, I'll use the length of line segment CD as the base (which is 14), and the distance between line segments AB and CD as the height (which is 17). So 14 * 17 = 238 So the area of the parallelogram is 238. As for estimating the area of the polygon in the drawing, first, look at the overall length and width. The figure covers an area 8 units wide and 8 units tall except for the corners. So the upper limit on it's size is 64. Now look at the upper left hand corner. A bit over 3 square units isn't covered. So the new upper limit to your estimate is 64 - 3 = 61 units. Look at the upper right corner. Looks like about 3.5 units aren't covered there. So the new estimate becomes 61-3.5 = 57.5. Looking at the lower left corner let's us subtract another 4 units giving 57.5 - 4 = 53.5. Lower right corner shows another 4 units or so uncovered, so 53.5 - 4 = 49.5. Now look at the available choices of 25, 35, 50, and 65 to see what's closest. And that's obviously 50. So the answer is 50 ft².

The graph of the function B is shown below. If B(x) = -1, then what is x?
A. -1
B. 1
C. 2

A is NOT The answer, the answer is either B or C!!!

Answers

the answer should be C because -1 so go down one the it postive 2 so go to the right 2 

How do I write the height h of the rectangle as a function of x.

Answers

The two points have the same x value but different y value. To find the height is to find the difference of two y values.
(4x-x^2)-2x=2x-x^2

To write the height h of the rectangle as a function of x, you need to understand the relationship between the height and the other variables involved.

To write the height h of the rectangle as a function of x, you need to understand the relationship between the height and the other variables involved. In a rectangle, the height is typically perpendicular to the base.

So, if we assume that x represents the base length, then the height h can be written as a function of x using an equation.

For example, if the rectangle has a fixed width, the height can be calculated using the following equation: h = f(x), where f is the function that describes the relationship between the base length x and the height h.

Learn more about Rectangle here:

https://brainly.com/question/34750862

#SPJ3

H E L P P L E A S E Franklin deposited $1,400 in a savings account that earns simple interest of 6.75%. What is the balance in his account at the beginning of the third quarter?
A. $78.75
B. $1,447.25
C. $1,505
D. $105
Please explain your answer CLEARLY so I can use the principles for future reference. PLEASE no formulas of A = whatever or D = whatever. I don't get that. I try but it doesn't fit if it makes sense. :/ Thanks!

Answers

Hello there! The formula for finding simple interest is prt. This means you multiply the principal (the initial amount in the bank) by the rate (the simple interest rate), and multiply the amount of time (could be months or years). In this case, we can eliminate A and D, because we're looking for the balance, not the amount of interest earned. The simple interest rate is 6.75% annually, and 1,400 * 6.75% (0.0675) is 94.5. That would mean $94.50 is earned in interest annually. This means that we can cross out C, because that exceeds the amount that would be earned in a year or months for that matter. The beginning of third quarter would happen after 1/2 a year, or 6 months. 1/2 = 0.5. 94.5 * 0.5 is 47.25 and 1,400 + 47.25 = 1,447.25. You would have $1,447.25 at the beginning of the third quarter. The answer is B.

Note: When it comes to months, you would convert it into a decimal, depending on the amount of months. For example, 6 months would be 0.5 and 9 months would be 0.75. You would use those decimals as the time to multiply the amount of interest earned in that time frame. I am aware that you said no formulas, but I broke it down for you to understand it, because you'll need it in the future for problems like these and for more complex ones like it.

What is the surface area of the prism?
a. 82 yd2
b. 90 yd2
c. 96 yd2
d. 108 yd2?

Answers

The answer is C. because Lateral Surface Area 12(8)=96 inches^2

Answer:

d. 96

Step-by-step explanation:

on usa test prep

WILL MARK BRAINLIEST!!
Write log3 6 as a logarithm of base 2.

log base 2 of 3 over log base 2 of 6
log base 2 of 6 over log base 2 of 3
log base 3 of 2 over log base 6 of 2
log base 6 of 2 over log base 3 of 2

Answers

The answer is the second option. (log2)6/(log2)3.

Using the change-of-base formula: 
log3(x)=logb(x)/logb(a)

 to write log3(6) as a logarithm of base 2: a = 3, x = 6, b = 2:

log3(6)=log2(6)/log2(3)


hope this helps ^-^


Answer:

Option 2 - log base 2 of 6 over log base 2 of 3

Step-by-step explanation:

Given : Expression [tex]\log_3 6[/tex]

To find : Write the expression as a  logarithm of base 2?

Solution :

Expression [tex]\log_3 6[/tex]

Applying the change-of-base formula,

[tex]\log_a(x)= \frac{\log_b(x)}{\log_b(a)}[/tex]

On comparing, a = 3, x = 6, b = 2

Substitute in the formula,

[tex]\log_3 (6)= \frac{\log_2(6)}{\log_2(3)}[/tex]

Therefore, Option 2 is correct.

Option 2 - log base 2 of 6 over log base 2 of 3

PLEASE HELP ME :( I DONT UNDERSTAND! A teacher already had a certain number of canned goods for the food drive. Each day of the food drive, the class plans to bring in 10 cans. The total number of canned goods for 10 is 205. Assume the relationship is linear. Find and interpret the rate if change and the initial value.

Answers

20 should be the answer because 205 divided by 10 =20

prove that x-s-t is a factor of x^3 - s^3 -t^3 -3st(s+t)

Answers

Final answer:

To prove that (x-s-t) is a factor of the polynomial $x^3 - s^3 - t^3 -3st(s+t)$, we applied the factor theorem which states that (x-c) will be a factor of a polynomial if f(c) equals zero. By substituting x with (s+t) into the polynomial, we got a value of zero, confirming that (x-s-t) is indeed a factor.

Explanation:

To prove that (x-s-t) is a factor of $x^3 - s^3 -t^3 -3st(s+t)$, we can use the factor theorem. According to the factor theorem, a polynomial f(x) has a factor (x-c) if and only if f(c) equals zero.

Given the polynomial $x^3 - s^3 - t^3 -3st(s+t)$, we substitute (x = s + t) into the polynomial, thus:

$f(s + t) = (s + t)^3 -s^3 -t^3 - 3st(s + t)$.

After simplifying the equation, we obtain:

$s^3 + 3s^2t +3st^2  + t^3 - s^3 - t^3 - 3st^2 - 3s^2t$.

When we cancel out the like terms, the result is 0. Therefore,

$(x - s - t)$ is a factor of the given polynomial $x^3 - s^3 -t^3 -3st(s+t)$. This proves our result according to the Factor theorem.

Learn more about Factor Theorem here:

https://brainly.com/question/35460223

#SPJ2

What is the average rate of change of d(t) between 2 seconds and 6 seconds, and what does it represent? 128 m/s; it represents the average speed of the object between 2 seconds and 6 seconds 80 m/s; it represents the average speed of the object between 2 seconds and 6 seconds 128 m/s; it represents the average distance traveled by the object between 2 seconds and 6 seconds 80 m/s; it represents the average distance traveled by the object between 2 seconds and 6 seconds

Answers

i have the same question i'm pretty sure it would be the first one 128 m/s; it represents the average speed of the object between 2 seconds and 6 seconds

BRAINLIESTTTT ASAP PLEASE

Answers

the answer is a for the question

Histogram, because a large number of scores are reported as ranges

If it takes Ashley 3 seconds to run from the batters box to first base at an average speed of 6.5 m/sec, what is the distance that she covers in that time?

Answers

i'm pretty sure you would do 6.5 times 3 and that would give you 19.5

At a charity bike rally, 2/3 of the student population of Heartsworth Middle School participated. If there are 1,200 students in Heartsworth, how many participated?

Answers

I believe the answer is :
(2÷3)×(1200)= 800

800 students participated at a charity bike rally

What are mathematics operations?

• A mathematical operation is a function that converts a set of zero or more input values (also called "b" or "arguments") into a defined output value. The number of operands determines the operation's arity. Most commonly studied operations are binary operations (i.e., operations of arity 2), such as addition and multiplication, and unary operations (i.e., operations of arity 1), such as additive and multiplicative inverses.

Zero-arity operations, or nullary operations, are constants, and mixed products are arity three operations, or ternary operations.

It is given that :

there are 1200 students population of Heartsworth Middle School.

and, 2/3 of the student participated in a charity bike rally That is :

(2 x 1200)/ 3 = 2400/3 = 800 students

Therefore, 800 students participated at a charity bike rally.

Read more about mathematics operations at:

https://brainly.com/question/17869111

#SPJ2

Cody is twice as old as evan and seven years ago the sum of their age was 1010. find the age of each boy now.

Answers

NOW            -7 YEARS

Cody   2x.        2x-7
Evan     x           x-7


2x-7 + x-7 = 1010 

3x - 14 = 1010 

3x= 1024
 Solve for x then plug:)

Kesia knows that 1/4=0.25. Explain how she could use this fact to determine the decimal equivalent of 5/8

Answers

she knows that
[tex]0.25 = \frac{1}{4} = \frac{2}{8} [/tex]
[tex] \frac{5}{8} = \frac{2}{8} + \frac{2}{8} + \frac{1}{8} = \\ 0.25 + 0.25 + \frac{0.25}{2} = \\ 0.25 + 0.25 + 0.125 = 0.625 [/tex]

Answer:

0.625

Step-by-step explanation:

We are given that

Kesia knows =[tex]\frac{1}{4}=0.25[/tex]

We have to determine the decimal equivalent to [tex]\frac{5}{8}[/tex] using given decimal value.

[tex]\frac{5}{8}[/tex] can be written as

[tex]\frac{5}{8}=\frac{2}{8}+\frac{2}{8}+\frac{\frac{1}{4}}{2}[/tex]

[tex]\frac{5}{8}=\frac{1}{4}+\frac{1}{4}+\frac{\frac{1}{4}}{2}[/tex]

[tex]\frac{5}{8}=0.25+0.25+\frac{0.25}{2}[/tex]

[tex]\frac{5}{8}=0.50+\frac{0.25}{2}[/tex]

[tex]\frac{5}{8}=0.625[/tex]

Hence,[tex]\frac{5}{8}=0.625/tex]

please help me out with this simple question I REALLY NEED THIS :((((((((

Answers

I think the answer is C) 6 less than the product of 4 and a number z

Which set of statements always have the same truth value

A) Conditional and Converse

B) Conditional and Inverse

C) Inverse and Contrapositive

D) Conditional and Contrapositive

Answers

Your answer is D Conditional and Contrapositive because its not C because its not inverse has something to do with operations Its not B because again it has Inverse and Inverse has something to do with operations and when it came down to A, and D I choose D because A has converse and that's usually simplifying equations.                                                                                                                                                    Your answer is D.

The set of statements always have the same truth value will be Conditional and Contrapositive i.e. Option [tex](D)[/tex] .

What is Conditional and Contrapositive?

Conditional and Contrapositive : If the conditional statement is “If P then Q.” Then converse of the conditional statement is “If Q then P.” The contrapositive of the conditional statement is “If not Q then not P.” The inverse of the conditional statement is “If not P then not Q.”

So,

As per given options,

Option [tex](B)[/tex] and [tex](C)[/tex] have inverse, so they have nothing to do with inverse.

Now,

So, according to the above mentioned definition,

Option [tex](D)[/tex] Conditional and Contrapositive is the correct option.

Hence, we can say that the set of statements always have the same truth value will be Conditional and Contrapositive Option [tex](D)[/tex] .

To know more about  Conditional and Contrapositive click here

https://brainly.com/question/2141743

#SPJ2

(Fill in the blank )
Zero pairs are two numbers that ______ to get zero.

A. Subtract
B. Add
C. Divide
D. Multiply

Answers

zero pairs are two numbers that add to get zero.
Correct answer:

B. Add

A charity fair raised $6,000 by selling 500 lottery tickets. There were two types of lottery tickets: A tickets cost $10 each, and B tickets cost $60 each. How many tickets of each type were sold?
A.5, 185
B.370, 230
C.410, 90
D.480, 20
E.250, 250

Answers

the ans is option number D


for this question you need to form two equation and do simultaneous equation.
first you need to let A tickets to be x and B tickets to be y.
the first equation is 10x+60y=6000
the second equation is x+y=500
use one of the equation and make the one expression the subject. so i choose equation two.
x+y=500
x=500-y (equation 3)
sub equation 3 into equation 1,

10x+60y=6000
10(500-y)+60y=6000
5000-10y+60y=6000
50y=1000
y=20 tickets

sub y=20 into equation 3,
x=500-20
x=480 tickets
therefore,
A tickets= 480 tickets
B tickets =20 tickets

therefore the answer is D.

PLEASE HELP ILL GIVE MEDALS AND MARK BRAINLIEST!!!!!!!!!!!!!!!!!!!!!!!!!!! NEEDS TO BE ALEGABRA 2 MEATHOD!!!!!!!!
Solve 1/b = 6/5b + 1

Answers

This the answer to your question
Other Questions
Why are the electron affinities of the group 4a elements more negative than those of the group 5a elements? What is the number in a chemical formula that tells the number of specific atoms in the molecule? Why are athletes often the only ones are participating in strength training programs? Based upon a smaller sample of only 170 st. paulites, what is the probability that the sample proportion will be within of the population proportion (to 4 decimals). probability What two square numbers have a difference of 55 Which education level has the highest return on investment (ROI)? ABachelor's Degree (4 years of college) BROI is equal for all of the above. CHigh School Diploma DSenior in High School Why did the english puritans invite holland to invade britain in 1688? choose a method then find the product 16 * 60 The order of operations is not important to solving math problems. True or False Which two european countries made italy their battleground for 30 years? Which of the following plural nouns is spelled correctly a.monkees b.dictionarys c.roofs d.knifes Is 5.8 greater than fifty eight hundredths Add. Express your answer in simplest form. 7/10 +1/4 = ? WHAT IS IT I NEED HALP PLEASE Which element is in the greatest amount in what is referred to as a starter fertilizer? What does the word conscientious mean in the following sentence? Although she was conscientious, or careful, a few errors slipped by. What is the Solution of the following system?{-3x -2y = -12{9x + 6y= -9Imagine those two bracket things are one big one connecting both equations, and the answers are A (2,1) B No Solutions C (-2, -1) D Infinitely Many Solutions@Emma11234 Which contains unsaturated healthy fat?A. avocadoB. margarineC. butterD. corn oil Which writer, philosopher, and Christian humanist used his writing to criticize church officials who had become too worldly? A. Machiavelli B. Petrarch C. Giotto D. Erasmus CO2, NaCl, and HCl may all be classified as where is human settlement best supported?a: oasisb: rocky plateauc: salt-crusted flatd: gravel-covered plain Steam Workshop Downloader