Answer:
Q=5(2)+2(6)
Q=10+12
Q=22
22 is your answer
Step-by-step explanation:
You should start with an equation.

The 'x' represents the week.
so now, we have to subtract 125 from the total amount which is 245.

now we have

to find 'x', we must divide 15 on each side

we are now left with

that means Sierra will have 8 weeks until she has enough money to buy the bike
Answer:784
Step-by-step explanation:
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: x = 0
Step-by-step explanation:
1 - 3x = 3x + 1
then add 3x on both sides
1 = 6x + 1
then subtract 1 on both sides
0 = 6x
then divide by 6 on both sides
0 = x
so x = 0