The area of a kite is (1/2) * x * y, where x and y are the length of the two diagonals. In this case, the length of the two diagonals are 10 ft and 2 ft.
<span>Plug that in the equation, we get 1/2 * 2 * 10. We multiply the 2 and 10 first to get 20, that leaves us with 1/2 x 20, which is 10, so the area of this kite is 10 ft squared.</span>
Answer:
Pizza parlor's profit = $515.344
Step-by-step explanation:
Given that:
Linear regression line for pizza parlor's profit
y = 2.009x - 37.131
x represents the number of pizzas sold
y represent the profit in dollars
Profit for 275 pizzas
Putting x = 275 in given equation
y = 2.009(275) - 37.131
y = 552.475 - 37.131
y = 515.344
Hence,
Pizza parlor's profit = $515.344
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
19
Step-by-step explanation:
Is he stop every 1/4 mile you get 19
There are 4 1/4 miles in every mile. 4x4(Equation of total 1/4th's in 4 miles) is 16. Add 3 more 1/4th's to get 19
Hope this helps!
To prove a similarity of a triangle, we use angles or sides.
In this case we use angles to prove
∠ACB = ∠AED (Corresponding ∠s)
∠AED = ∠FDE (Alternate ∠s)
∠ABC = ∠ADE (Corresponding ∠s)
∠ADE = ∠FED (Alternate ∠s)
∠BAC = ∠EFD (sum of ∠s in a triangle)
Now we know the similarity in the triangles.
But it is necessary to write the similar triangle according to how the question ask.
The question asks " ∆ABC is similar to ∆____. " So we find ∠ABC in the prove.
∠ABC corressponds to ∠FED as stated above.
∴ ∆ABC is similar to ∆FED
Similarly, if the question asks " ∆ACB is similar to ∆____. "
We answer as ∆ACB is similar to ∆FDE.
Answer is ∆ABC is similar to ∆FED.