Answer:
$40
Step-by-step explanation:
use y = mx + b
y = amount saved = ?
m = amount saved per week = $10
x = time (in months) saving = 2.5
b = money jerry started with = $15
plug in:
y = (10)(2.5)+15
y = $40
The ratio is 4/3 because you add AC which is 12 and then divided 9 (BC) by 12
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:
x + x+12 + 3(x+12) = 123
x = 15
Step-by-step explanation:
Jamil : x
Kiera : x+12
Luther : 3 ( x+12)
x + x+12 + 3(x+12) = 123
Distribute
x + x+12 + 3x+36 = 123
Combine like terms
5x+ 48 = 123
Subtract 48 from each side
5x+48-48 = 123-48
5x =75
Divide by 5
5x/5 = 75/5
x = 15
Answer:
i√19
Step-by-step explanation:
Because √(-19) = √(-1)√19, and because √(-1) = i, we get i√19