Answer:
The price for a small glass of milk is $0.95, and the price for a breakfast taco is $1.15.
Step-by-step explanation:
Let the price of a taco be x and the price for a small glass of milk be y.


Multiply the first equation by 2:

Subtract the new third equation from the second equation:


Hence, the price for a small glass of milk is $0.95.
Substitute y into the first equation.


Therefore, the price for a breakfast taco is $1.15.
Hope this helped!
250/100 = 2.5
2.5*7 = 1.75
$1.75
Hope this helped!
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer: +/- 7
Step-by-step explanation:
3x² = 147
To solve for x divide through by three first.
3x² = 147
x² = 49, now we take the square root of both side by trying to apply laws of indices.
√x² = √49
The square root will neutralize the effect of the square because
√a = a¹/² so (x²)¹/², and (x²)¹/² =
x²×¹/² = x, therefore the solution is
x = +/- 7.