The set of two-digit primes is {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97}
Of that list, the following primes are mirror images of each other
13 and 31
17 and 71
37 and 73
79 and 97
Note: we ignore 11 since 11 flips to 11 which is not distinct from its original
If you're looking for the largest prime of this form, then its 97
If you're looking for the largest gap, then subtract each pair
31-13 = 18
71-17 = 54
73-37 = 36
97-79 = 18
We see that 71 and 17 have the largest gap
Split up the interval [0, 2] into <em>n</em> equally spaced subintervals:
![\left[0,\dfrac2n\right],\left[\dfrac2n,\dfrac4n\right],\left[\dfrac4n,\dfrac6n\right],\ldots,\left[\dfrac{2(n-1)}n,2\right]](https://tex.z-dn.net/?f=%5Cleft%5B0%2C%5Cdfrac2n%5Cright%5D%2C%5Cleft%5B%5Cdfrac2n%2C%5Cdfrac4n%5Cright%5D%2C%5Cleft%5B%5Cdfrac4n%2C%5Cdfrac6n%5Cright%5D%2C%5Cldots%2C%5Cleft%5B%5Cdfrac%7B2%28n-1%29%7Dn%2C2%5Cright%5D)
Let's use the right endpoints as our sampling points; they are given by the arithmetic sequence,

where
. Each interval has length
.
At these sampling points, the function takes on values of

We approximate the integral with the Riemann sum:

Recall that

so that the sum reduces to

Take the limit as <em>n</em> approaches infinity, and the Riemann sum converges to the value of the integral:

Just to check:

Student P:
They messed up in step 1 because they made the 7.75 positive instead of negative, which causes the entire solution to be wrong
Student Q:
They were correct up until step 3. They didn't take all the negatives out of the equation (ex. -(3.5+7.75+29.67)).
Complete set:
From the picture, it looks like the original problem was
-2.5(1.4+3.1)+6.9(-4.3)
Step 1: multiply
1.4(-2.5)+3.1(-2.5)+6.9(-4.3)
Step 2: subtract (add?) them all together
-3.5-7.75-29.67
Step 3 should equal -40.92
Answer: The base is 18.3ft
Sam wants to build a wooden deck on his patio, which is in the shape of a parallelogram. The area of the patio is 280 ft2. Find the base. Round your answer to the nearest foot. (height=5x)(base=6x)
Step-by-step explanation:
Given;
Area = 280ft^2
height = 5x
Base = 6x
The area of the parallelogram A can be written as;
Area = base × height
A = b×h
Substituting the values of Area, base and height.
280 = 5x × 6x
280 = 30x^2
x^2 = 280/30
x = √(280/30)
Since the base = 6x ;
Substituting the value of x.
Base = 6x = 6(√(280/30))
Base = 18.3ft
The base is 18.3ft