am. M
*1.4 Suppose that the demand function for movies
is Q1 = 120 - p for college students and
Q2 = 60 - 0.5p for other town residents. What is
the town’s total demand function (Q = Q1 + Q2 as
a function of p)? Carefully draw a figure to illustrate
your answer.
Isago plants carrots in 5 rows of 3 each. In testing his process indicate the strategy used;
1. Shared
2. Grouped
3. Divided
4. Multiplied
Decide on a phrase/words that does not justify features of patterns
1. skip counting
2. has core and units
3. have elements
4. appear twice to understand
A card is drawn at random from a pack of 52 cards.find the chance that, it is red it is king it is either red or a king
3. The probability that a family prefers tea of brand A is 0.3. Find the probability that the tenth family in a survey is found to be fifth one, who prefer tea of brand A.
2. Compute the contracted length of an
object whose initial length 30 m and travel with a velocity 0.65c?
A ball rolls up in inclined plane with an initial velocity w
(A) if its radius is r. What is it initial linear velocity? After a time t the ball stops
(B) what is it angular retardation
(C) what is it angular displacement before its stops
A ball rolls up in an inclined plane with an initial angular velocity 100
(a) if its radius is r. What is it initial linear velocity? After the time t the ball stops.
(b) what is it angular retardation
(C) what is the angular displacement before its stops
A ball rolls up in an inclined plane with initial angular velocity 100.
(a) if its radius is r. What is it initial line velocity? After a time t the ball stops.
(b) what is it angular retardation
(c) what is the angular displacement before its stops
def h(n):
s = 0
for i in range(2,n):
if n%i == 0:
s = s+i
return(s)