The worng answer is [b]
hope this helps you
have a great day
There were 188,49 tickets that were sold
Let's take a peek at the denominators first off, and do a "prime factoring" on them.
25 = 5 *
527 =
3 *
3 * 3
45 =
3 *
3 *
5
the numbers in bold are repeated there more than once among the factors, and therefore we'll use them once, so our LCD will be 5 * 5 * 3 * 3 * 3, or 675.
Answer:
1. S(1) = 1; S(n) = S(n-1) +n^2
2. see attached
3. neither
Step-by-step explanation:
1. The first step shows 1 square, so the first part of the recursive definition is ...
S(1) = 1
Each successive step has n^2 squares added to the number in the previous step. So, that part of the recursive definition is ...
S(n) = S(n-1) +n^2
__
2. See the attachment for a graph.
__
3. The recursive relation for an arithmetic function is of the form ...
S(n) = S(n-1) +k . . . . . for k = some constant
The recursive relation for a geometric function is of the form ...
S(n) = k·S(n-1) . . . . . . for k = some constant
The above recursive relation is not in either of these forms, so it is neither geometric nor arithmetic.
m=number of miles
A=$110+$0.50m
B=$80+$0.80m
$110+$0.50m=$80+$0.80m Subtract ($80+$0.50m)
$30=$0.30m Divide each side by $0.30
100=m ANSWER: More than 100 miles must be driven per day to make Company A a better deal.