Drag the tiles to the correct boxes to complete the pairs. Not all tiles will be used.
Using the properties of integer exponents, match each expression with its equivalent expression.
arrowRight
arrowRight
arrowRight
arrowRight
Sorry for what happened but the equation is a bit hard so
I think the answer is y=-2x+6
Answer:
$125.50
but I'm not sure
Step-by-step explanation:
100÷100=1
1×12=12
100-12=88
jeans with discount = $88
50÷100=0.5
0.5×25=12.50
5000-1250=3750
t-shirt with discount = $37.50
3750+8800=12550
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
Answer:
c. y = -35*x + 105
Step-by-step explanation:
Lo que demos hacer es calcular los puntos cuando x = 0 y cuando x = 3, es decir el inicio y el fin del recorrido.
Cuando x es igual 0, y = 105, por lo tanto, la función sería:
y = A*x + 105
Cuando x = 3, y = 0, por lo tanto:
0 = 3*A + 105
resolvemos para A:
3*A = -105
A = -105/3
A = -35
Por lo tanto la función es:
y = -35*x + 105
es decir, la opción c.