Answer:
C
Step-by-step explanation:
Since these lines have the same slope and different y-intercepts, they are parallel lines. As such lines do not intersect, we can say that :
The system has no solutions.
20 i think sorry if its wrong not my best subject.
Answer:
(11,6)
Step-by-step explanation:
I just took the test and it was this answer.
Answer:
1A) Degree: 3
1B) 4 terms
1C)
2A)
2B)
Step-by-step explanation:
The given polynomial is
Let us rewrite the polynomial in decreasing powers of x.
This gives us the expression;
-----> This is called the standard form.
So let us answer the question:
A) The degree is the exponent of the first term when the polynomial is written in standard form.
Degree: 3
B) The terms are separated by + or - signs.
Number of terms: 4
C) Standard form:
2A) The given expression is
We expand using the distributive property to get:
We regroup the terms to get:
We simplify to obtain:
2B) The given expression is
Regroup the terms to get:
We simplify to get:
<h2>Explanation</h2><h2></h2><h2>He can use the 2 pennies in 3 ways, take none, take 1 or take 2</h2><h2>He can use the 3 nickels in 4 ways, take none, take 1, etc</h2><h2>the dime in 2 ways,</h2><h2>and the quarters in 3 ways</h2><h2 /><h2>total number of ways = (3)(4)(2)(3) = 72</h2><h2>but that includes taking none of any coins,</h2><h2 /><h2>so number of ways to use the coins is 71</h2><h2 /><h2>Here is a little silly computer program that finds and lists all the possible sumes</h2><h2 /><h2>10 for p = 0 to 2</h2><h2>20 for n = 0 to 3</h2><h2>30 for d = 0 to 1</h2><h2>40 for q = 0 to 2</h2><h2>50 sum = p+5*n+10*d+25*q</h2><h2>60 print sum,</h2><h2>70 next q</h2><h2>80 next d</h2><h2>90 next n</h2><h2>100 next p</h2><h2>>run</h2><h2>0 25 50 10 35 60 5 30 55 15 40 65 10 35 60 20</h2><h2>45 70 15 40 65 25 50 75 1 26 51 11 36 61 6 31</h2><h2>56 16 41 66 11 36 61 21 46 71 16 41 66 26 51 76</h2><h2>2 27 52 12 37 62 7 32 57 17 42 67 12 37 62 22</h2><h2>47 72 17 42 67 27 52 77</h2><h2 /><h2>Notice there are duplications,</h2><h2>e.g. picking 2 nickels or 1 dime yields the same sum</h2><h2 /><h2>All you have to do is eliminate all duplications, and not count the 0</h2><h2>I think there are 47 or them</h2>