Answer:
Average (additional) income = 100 - 50/x
Step-by-step explanation:
Ryan's additional income = 100x - 50 , where x = quantity of colored watch bands
Ryan's additional average income = Income / Quantity of watches sold
(100x - 50) / x
= 100 - 50/x
For the table, y = 9x.
so the price of a short cake is $9
For the graph, y = 4x
so the price of a sweet bread is $4
9-4 = 5
the short cake is $5 more than the sweet bread
Answer:
x = 2
y = -3
Step-by-step explanation:
The given equation is,
22(x + yi) + (28 + 4i) = 72 - 62i
By solving this equation further,
22x + 22yi + 28 + 4i = 72 - 62i
(22x + 28) + (22y + 4)i = 72 - 62i
Now both the sides of the equation is in the form of complex number,
By comparing real and imaginary parts given on both the sides,
22x + 28 = 72
22x = 72 - 28
22x = 44
x = 2
22y + 4 = -62
22y = -62 - 4
22y = -66
y = -3
Therefore, x = 2 and y = -3 are the values for which the given equation is true.
Answer:
A
Step-by-step explanation:
since 36=6² and the other option is not square of integer
You want to get familiar with what the slope-intercept form equation means. even though the discussion board covers some of this... slope-intercept is y = mx + b, and in it, x and y are a point on your graph (x, y), m is the slope, and b is your y-intercept. in word problems, any constant will typically be b.
but, really, to answer this word problem, you don't have to think so hard about y = mx + b. just read the problem and bring your information together:
"the venue will cost $1500 to rent for an evening"
"$25 per person"
so they only gave you two bits of information, and you just have to decide where they fit. if the venue costs $1500 for an evening, that's a fixed cost--the 1500 isn't going to go up or down depending on the number of people at the charity event. it stays. you're paying 1500 regardless, even if 2 people show up. because the discussion board states that b should represent your starting amount, you're automatically $1500 in the hole, because you have to spend that much to get the venue. you will, however, write it as a positive integer, because the question wants you to calculate the total cost, by my understanding--you're adding the cost of the people with the cost of the venue.
$25 is not a fixed amount. if it's $25 per person, then if 2 people come, it costs $50, if 3 people arrive, it costs $75. this cost is dependent upon the number of people, which you can call "x"
with that information, write any other equation you would for a word problem:
y = 25x + 1500
that's your equation, and it just so happens that this equation is in y = mx + b format. the x-value represents the number of people who show up for the charity; the y-value represents the overall cost.
and you need three solutions for this equation--which, luckily, is a quick and easy process!! choose an x-value and solve for y.
y = 25x + 1500
when x = 1...
y = 25(1) + 1500
y = 25 + 1500
y = 1525
ordered pair: (1, 1525)
when x = 2...
y = 25(2) + 1500
y = 50 + 1500
y = 1550
ordered pair: (2, 1550)
when x = 3...
y = 25(3) + 1500
y = 75 + 1500
y = 1575
ordered pair: (3, 1575)
i hope that helped!!