Abstraction in mathematics is the process of extracting the underlying structures, patterns or properties of a mathematical concept, removing any dependence on real world objects with which it might originally have been connected, and generalizing it so that it has wider applications or matching among other abstract
She would save 54.45 because addding them up individually before the plan would cost 184.49 and to find the difference all you have to do is subtract 184.49-129.99 and that would tell you how much she saved
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:
q = 3 + 1/2r
Step-by-step explanation:
10q - 5r = 30
We want to solve for q
Add 5r to each side
10q - 5r+5r = 30+5r
10q = 30+5r
Divide by 10
10q/10 = 30/10 +5r/10
q = 3 + 1/2r