The total number of stickers :
Page 1 : 28
Page 2 : 24
Page 3 : 72
Page 4 : 48
<h3>Further explanation
</h3>
There are several properties in integer multiplication operations
Multiplication between integers will produce integers too
a x b = b x a
ax (bxc) = (axb) xc
ax1 = 1 x a = a
* addition
ax (b + c) = axb + axc
* substraction
ax (b-c) = axb - axc
We can use facts to solve multiplication problems
for example :
6 x 7 = (5 x 7) + ( 1 x 7) = 42
we can break facts with 6 into 5s and 1s facts from multiplication above
julia puts her stickers into arrays in an album
From picture (attached) we can find the total number of stickers on each page with 1s,2s,3s and 5s facts
- Page 1 : 4 x 7 = (2 x 7) + ( 2 x 7) = 14 + 14 = 28
- Page 2 : 4 x 6 = (1 x 6) + (3 x 6) = 6 + 18 = 24
- Page 3 : 8 x 9 = ( 3 x 9) + (5 x 9) = 27 + 45 = 72
- Page 4 : 8 x 6 = (3 x 6) + (5 x 6) = 18 + 30 = 48
<h3>Learn more</h3>
the multiplicative identity property
brainly.com/question/4238982
Keywords : stickers, arrays, album, page, Julia
#LearnWithBrainly
Answer:
a) 
b) 
Step-by-step explanation:
For this case we can use a linear model to solve the problem.
s) Create an equation to express the increase on the price tickets and the number of seats sold
number of seats, if w analyze the info given the number of seats after increase the price is given by
.
And let P the price for the ticket. So after the increase in ticket price the expression for the increase is P-200.
We have an additional info, for each increase of $3 the number of setas decrease 1. And the equation that gives to us the price change in terms of the increase of price is:

So then our linear equation is given by:

b) Over a certain period, the number of seats sold for this flight ranged between 90 and 115. What was the corresponding range of ticket prices?
So for this case we just need to replace the limits into the linear equation and see what we got:


So the corresponding range of ticket prices is:

The given points are (4,8) & (9,-4)
slope of a line = <u>Y2 - Y1</u>
X2 - X1
====> <u>(-4) - 8</u> = <u>-12</u>
9 - 4 5