Answer: x= 5-y/2
y= 5-2x
Step-by-step explanation:
2x + y= 5
4x + 2y=10
Addition of the two equations gives:
6x + 3y = 15
6x= 15- 3y
x= 15-3y/6 or simplified to x = 5-y/2
3y= 15- 6x
y= 15-6×/3 or simplified to y= 5-2x
The number of shoppers is an illustration of an exponential function.
The expression for the number of shoppers is:
The given parameters are:
<em /><em> -- the number of shoppers on the first day of business</em>
<em /><em> --- the rate</em>
<em />
Because, the number of shoppers <em>increases each day</em>, the number of shopper on a certain day is:
Substitute 15% for r
Express percentage as decimal
Substitute 150 for a
Hence, the expression for the number of shoppers is:
Read more about exponential functions at:
brainly.com/question/11487261
Answer:
4 by 6
Step-by-step explanation:
Answer:
100 degrees
Step-by-step explanation:
They have to add up to 180 because they're on a straight line together.
180 - 80 = 100 degrees
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)