Answer:
A
Step-by-step explanation:
You are given one angle and one side are similar
for Angle-Side-Angle you obviously need one more angle attached to the given side
A angle r = ~ angle c
Answer: the number of adult tickets sold is 400
the number of student tickets sold is 200
Step-by-step explanation:
Let x represent the number of adult tickets sold at the play.
Let y represent the number of student tickets sold at the play.
Adult tickets to a play cost $1.75 each and student tickets cost $1.25 each. If the income from the play was $1,700, it means that
1.75x + 1.25y = 1700 - - - - - - - - - -1
Suppose there are twice as many student tickets sold as adult tickets. This means that
y = 2x
Substituting y = 2x into equation 1, it becomes
1.75x + 1.25 × 2x = 1700= 1700
1.75y + 2.5y = 1700
4.25y = 1700
y = 1700/4.25 = 400
x = y/2 = 400/2 = 200
Answer:
the file is 20 kb
Step-by-step explanation:
16kb/80%
xkb/100%
1600=80%
80 80
20KB
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:
20.25 pi
Step-by-step explanation:
The circumference of a circle is given by
C = 2 * pi *r
9 pi = 2 * pi *r
Divide each side by 2pi
9pi / 2 pi = 2 pi r / 2 pi
4.5 = r
Now we can find area
A = pi r^2
= pi ( 4.5)^2
20.25 pi