Answer:
I would guess it is 1F
Step-by-step explanation:
There is a 1 infront of the F so 1 times one, I think dont count me on that
Answer:
<u>C and D</u>
Step-by-step explanation:
<u>D.</u> A negative times a positive gives you a negative, so the first 2 fractions will still be negatives after they get out of the parenthesis
<u>C.</u> The 4/7 and -4/7 cancel out
Answer:
364.8 ft^2.
Step-by-step explanation:
I assume you want the area of the figure.
Total area = area of the top triangle + area of the trapezium
= 1/2 * base * height + 1/2 * height * ( sum of the parallel sides)
= 1/2 * 18 * 6 + (14/2)( 18 + 26.4)
= 54 + 310.8
= 364.8 ft^2.
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
The equation that models the number of funnel cakes and Oreos he can buy is 3.50x + 2.0y = 42
Data given;
- Cost of Oreos = $2.00
- The total amount spent = $42.00
<h3>What is the Equation</h3>
To solve this problem, we just need to write out an equation to show how he can spend $42.00 in the fair on Oreos and Cakes.
Let x represent the cakes
Let y represent the Oreos
The equation is thus;

The equation that shows the number of Cakes and Oreos can by is
3.50x + 2.0y = 42
Learn more about equation here;
brainly.com/question/13729904