Answer: -600 and 1600 were invested into the two accounts.
Step-by-step explanation:
x = amount invested in the first account.
y = amount invested in the second account.
You start off with this equation


Subtract both sides by y.

Subsitude 1000 - x for x for the second equation.

Use the distributive property to solve for y.




Subsitude -600 for y in the first equation and solve for x.


-600 and 1600 were invested into the two accounts.
Answer:
0.15
Step-by-step explanation:
1 - P winning - P losing = P drawing
1 - 0.3 - 0.55 = 0.15
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:
Option B - graphing is the correct answer.
Step-by-step explanation:
To solve a system of inequalities we need graphing. Inequality tells us about the relative size of two values. When we graph the x and y co-ordinates, the solution is not the drawn line, but the area of the coordinate plane that satisfies the inequality. In inequalities, multiple solutions can be possible.
Plug and chug method does not a complete solution, it only tells where a point belongs. Guess and check does not apply here.