The area is 289.22 units squared
<span>There are several ways to do this problem. One of them is to realize that there's only 14 possible calendars for any year (a year may start on any of 7 days, and a year may be either a leap year, or a non-leap year. So 7*2 = 14 possible calendars for any year). And since there's only 14 different possibilities, it's quite easy to perform an exhaustive search to prove that any year has between 1 and 3 Friday the 13ths.
Let's first deal with non-leap years. Initially, I'll determine what day of the week the 13th falls for each month for a year that starts on Sunday.
Jan - Friday
Feb - Monday
Mar - Monday
Apr - Thursday
May - Saturday
Jun - Tuesday
Jul - Thursday
Aug - Sunday
Sep - Wednesday
Oct - Friday
Nov - Monday
Dec - Wednesday
Now let's count how many times for each weekday, the 13th falls there.
Sunday - 1
Monday - 3
Tuesday - 1
Wednesday - 2
Thursday - 2
Friday - 2
Saturday - 1
The key thing to notice is that there is that the number of times the 13th falls upon a weekday is always in the range of 1 to 3 days. And if the non-leap year were to start on any other day of the week, the numbers would simply rotate to the next days. The above list is generated for a year where January 1st falls on a Sunday. If instead it were to fall on a Monday, then the value above for Sunday would be the value for Monday. The value above for Monday would be the value for Tuesday, etc.
So we've handled all possible non-leap years. Let's do that again for a leap year starting on a Sunday. We get:
Jan - Friday
Feb - Monday
Mar - Tuesday
Apr - Friday
May - Sunday
Jun - Wednesday
Jul - Friday
Aug - Monday
Sep - Thursday
Oct - Saturday
Nov - Tuesday
Dec - Thursday
And the weekday totals are:
Sunday - 1
Monday - 2
Tuesday - 2
Wednesday - 1
Thursday - 2
Friday - 3
Saturday - 1
And once again, for every weekday, the total is between 1 and 3. And the same argument applies for every leap year.
And since we've covered both leap and non-leap years. Then we've demonstrated that for every possible year, Friday the 13th will happen at least once, and no more than 3 times.</span>
Answer:
The y-intercept in coordinate form is (0, 4.5) and represents the taxi pick-up fee. The equation is y=1.5x + 4.5.
Step-by-step explanation:
This question is asking for the slope and y-intercept of a linear equation. A linear equation makes a straight line based on a constant rate of change. For this problem, the cost per mile is the slope, while the independent variable 'x' is the number of miles and the dependent variable 'y' is the total cost. In order to first find slope, you need to use the two points given (7, 15) and (10, 19.5) to set up a change in y / change in x, or (19.5-15)/(10-7) or 4.5/3 which is 1.5. So the slope, or cost per mile is $1.50. To find the y-intercept (b), or the cost of the pick-up fee, simply fill in your equation y=1.5x + b with your other variables and solve for 'b'. So, 15 = (1.5 x7) + b. or 15 = 10.5 +b, subtract 10.5 from both sides of the equation to get b=4.5.