Y = -5x +18
x can be any number, y can be change due to x value
If you take a moment and solve each equation (find the value
of the letter in each one), it'll jump out at you.
Here, let me do it for you. Why should you tire yourself.
5x = 20 . . . . . x = 4
4b = 7 . . . . . . b = 7/4
8w = 32 . . . . . w = 4
12y = 48 . . . . . y = 4
The second equation is not like the others.
It's the only one where the letter is not equal to 4 .
Answer:
-5/8h + 7
Step-by-step explanation:
First you need to combine like terms (1/8h and -3/4h)
So 1/8h - 3/4h is -5/8h
Then we have our 7 left over
So the answer is -5/8h + 7
Answer:
Step-by-step explanation:
There are 2 ways to proceed further.
Option A is with using the random number table.
- Let us assume that each gravestone has a unique number between 1 and 55914.
- Choose a row at random from the table.
- Take the first number consisting of 5 digits, if the number corresponds with a number between 1 and 55914, then select the corresponding plot, otherwise move on to the next 5 digit-number.
Repeat until 395 gravestones have been selected.
Option B is with using any calculator with capability of generating random integer. Here for example consider any TI series programmable calculator.
- Enter the following command into your calculator:
randInt(1,55914,395)
- The first and second number are the lower and upper limits between which the values have to lie.
- The third number is the number of required selections.