Answer:
B. 2x2
Step-by-step explanation:
How do I convert these improper fractions to mixed numbers: 29/4, 13/6, 73/9, 65/8, 17/2, 5/2, 25/4, 43/7, 29/4, 73/9, 19/3, 43/
slava [35]
Divide the numerator by the denominator
use the answer as the whole number
use the remainder as the numerator
keep the deniminator
the answers:
7 1/4
2 1/6
8 1/8
8 1/2
2 1/2
6 1/4
6 1/7
7 1/4 (same question)
8 1/8 (same question)
6 1/3
2 1/5
9 1/10
6 1/6
#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:

Step-by-step explanation:
To write the quadratic in standard form, begin by writing it in vertex form

Where (h,k) is the vertex of the parabola.
Here the vertex is (-3,-2). Substitute and write:

To find a, substitute one point (x,y) from the parabola into the equation and solve for a. Plug in (0,7) a y-intercept of the parabola.

The vertex form of the equation is
.
To write in standard form, convert vertex form through the distributive property.

Answer:
47
Step-by-step explanation: