Hey there!!
The total cost is $52.
She paid $12 more for the layer cake than the cupcake.
Let's take the price of the cupcake as $x. Then, the price of the layer cake would be $12 + x
The sum of these would result in $52.
... x + x + 12 = 52
... 2x + 12 = 52
... 2x = 52 - 12
... 2x = 40
... x = 20
Hence, the price of the cupcake is $20 and the price of the layer cake is $32.
Hope my answer helps!!
Answer:
= -5/4
Step-by-step explanation:
The slope through two points can be found by
m = (y2-y1)/(x2-x1)
= (-4-1)/(3--1)
= (-4-1)/(3+1)
= -5/4
Answer:
67.2 centimeters
Step-by-step explanation:
The corresponding height of the triangle is 1.6 units
The formula for calculating the area of a triangle is expressed as:

- b is the base of the triangle
- h is the height of the triangle
Given the coordinates of the base BC of the triangle given as B(3, 2), and C(-1,-1). Using the distance formula:

The area of the triangle passing through the coordinate points A(-1, 1), B(3,2), and C(-1, -1) is expressed as:
![A=\frac{1}{2}[x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)]\\](https://tex.z-dn.net/?f=A%3D%5Cfrac%7B1%7D%7B2%7D%5Bx_1%28y_2-y_3%29%2Bx_2%28y_3-y_1%29%2Bx_3%28y_1-y_2%29%5D%5C%5C)
Substituting the coordinate points:
![A=\frac{1}{2}[(-1)(2-(-1))+3(-1-1)+-1(1-2)]\\A=\frac{1}{2}[(-1)(3)+3(-2)+-1(-1)]\\A=\frac{1}{2}[-3-6+1]\\A=\frac{1}{2} (-8)\\|A| =4 units^2](https://tex.z-dn.net/?f=A%3D%5Cfrac%7B1%7D%7B2%7D%5B%28-1%29%282-%28-1%29%29%2B3%28-1-1%29%2B-1%281-2%29%5D%5C%5CA%3D%5Cfrac%7B1%7D%7B2%7D%5B%28-1%29%283%29%2B3%28-2%29%2B-1%28-1%29%5D%5C%5CA%3D%5Cfrac%7B1%7D%7B2%7D%5B-3-6%2B1%5D%5C%5CA%3D%5Cfrac%7B1%7D%7B2%7D%20%28-8%29%5C%5C%7CA%7C%20%3D4%20units%5E2)
Recall that:

Hence the corresponding height of the triangle is 1.6 units
Learn more on area of triangles here: brainly.com/question/17335144
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)