Answer:
11:16
Step-by-step explanation:
The ratio is 220:320.
Cancel the 0s then divide by 2.
22/2=11
32/2=16
Answer:
A
Step-by-step explanation:
It is not B because 7x^2 means multiplying the equation by seven. It isn't C because that would move the graph DOWN seven units. And it's not D because when it is in parenthesis like that, it means that it is a horizontal shift, not vertical.
Answer:
Step-by-step explanation:
Given that g is a function from g : {1, 2, 3} ->{1, 2, 4, 8}
by the function

i.e. we have 
Range = {2,4,8} Since there is an extra element 1 in the co domain which is not in range , g is not on to
But g is one to one as 1,2,3 have different images.
Year 3 = 2s
Year 2 = 3 + x
Year 1 = x
s = second year
x = first year
2s = 26
s = 13
The second year they made 13 million
13 - 3 = 10
x = 10
They made 10 million the first year.
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.