1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Lana71 [14]
3 years ago
5

Wyatt went to soda city to get vegetables for herself and her friends. She collected $30 and boxes are $10 each. Fill in the equ

ation that represents the relationship between her total budget and the number of boxes (b) of the veggies she can buy $__ = $__ b
Mathematics
1 answer:
sergey [27]3 years ago
7 0

Answer:

Budget = 3 b

Step-by-step explanation:

Given

Budget = \$30

Cost\ of\ box (b) = \$10

Required

Represent as an equation;

Budget = \$30

Expand the above

Budget = 3 * \$10

<em>Recall that b = $10 ----given</em>

Budget = 3 * \$10 becomes

Budget = 3 * b

Budget = 3 b

You might be interested in
which of the following graphs shows a negative linear relationship with a correlation coefficient, r, close to -0.5.
Harrizon [31]

Answer:

In the graph attached there is a sample generated with a correlation coefficient r=-0.5.

Step-by-step explanation:

A value of r that is -0.5 shows that there is a certain correlation and that this correlation is negative.

As there are no examples in this question, I searched for a generator of random samples with a user-input correlation coefficient between the two variables.

In the graph attached there is a sample generated with a correlation coefficient r=-0.5.

3 0
3 years ago
PLEASE HELP ME IM BEGGING YALL
drek231 [11]

Answer:

False. Correct ratio is \frac{12}{37}

Step-by-step explanation:

the ratio of sine is opposite over hypotenuse

(opposite is the side across from the angle and hypotenuse it the slant line in the triangle)

7 0
3 years ago
A bank account has a beginning of 560.00. After 6 months, the balance in the account has increased to 572.60. What interest rate
MaRussiya [10]

This is tricky because we are given the interest rate for the year but the problem is figureing the interest for 6 months or 1/2 year. We will have to double the difference before solving for the yearly interest.

572.60 - 560.00 = 12.60 interest added for 6 months x 2 = 25.20 for 12 months

(This problem assumes the interest will stay the same the next 6 months)

We need to find what percent 25.20 is to our original balance.

25.20/560 = x / 100

2520 = 560x

x = 4.5 percent interest

Check .045 x 560.00 = 25.20 interest in one year (or 12.60 in 6 months)

4 0
3 years ago
45 is 60% of what?<br> I need this ASAP pls and thank u
artcher [175]

Answer:

27

What is 60 percent (calculated percentage %) of number 45? Answer: 27

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
a. For a file whose size (in terms of number of bytes) is less than or equal to 12, then duplicate the contents of the file so t
pickupchik [31]

Answer:

#include <stdio.h>

int main()

{

int check;

char* dirname = "Subdir1";

check = mkdir(dirname,0766);

// check if directory is created or not

if (!check)

{

printf("Subdir1 Directory created\n");

 

char *dirname1="/Subdir1/D1";

if(mkdir("/Subdir1/D1", 0777)==-1)

{

printf("D1 Directory created\n");

int A1 = open ("/Subdir1/D1/A1.txt", 0666);

write(A1, "abcdefghij\n", strlen("abcdefghij\n"));

close(A1);

 

int A2 = open ("/Subdir1/D1/A2.txt", 0666);

write(A2, "you are beautiful\n", strlen("you are beautiful\n"));

close(A2);

 

int A3 = open ("/Subdir1/D1/A3.txt", 0666);

write(A3, "this is terrible!\n", strlen("this is terrible!\n"));

close(A3);

}

else

{

printf("Unable to create directory D1\n");

exit(1);

}

if(mkdir("/Subdir1/D2", 0777)==-1)

{

printf("D2 Directory created\n");

int B1 = open ("/Subdir1/D2/B1.ccc", 0664);

write(B1, "abcdefghij\n", strlen("abcdefghij\n"));

close(B1);

 

int B2 = open ("/Subdir1/D2/B2.ccc", 0664);

write(B2, "you are beautiful\n", strlen("you are beautiful\n"));

close(B2);

 

int B3 = open ("/Subdir1/D2/B3.ccc", 0664);

write(B3, "this is terrible!\n", strlen("this is terrible!\n"));

close(B3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

if(mkdir("/Subdir1/D3", 0777)==-1)

{

printf("D3 Directory created\n");

int C1 = open ("/Subdir1/D3/C1.txt", 0644);

write(C1, "abcdefghij\n", strlen("abcdefghij\n"));

close(C1);

 

int C2 = open ("/Subdir1/D3/C2.ddd", 0644);

write(C2, "you are beautiful\n", strlen("you are beautiful\n"));

close(C2);

 

int C3 = open ("/Subdir1/D3/C3.txt", 0644);

write(C3, "this is terrible!\n", strlen("this is terrible!\n"));

close(C3);

}

else

{

printf("Unable to create directory D2\n");

exit(1);

}

 

}

 

 

else {

printf("Unable to create directory Subdir1\n");

exit(1);

}

return 0;

}

Program 2:

#include <stdio.h>

 

long int findSize(char file_name[])

{

// opening the file in read mode

FILE* fp = fopen(file_name, "r");

 

// checking if the file exist or not

if (fp == NULL) {

printf("File Not Found!\n");

return -1;

}

 

fseek(fp, 0L, SEEK_END);

 

// calculating the size of the file

long int res = ftell(fp);

 

// closing the file

fclose(fp);

 

return res;

}

 

// Driver code

int main()

{

FILE *fptr1;

char c;

char file_name[] = {"D1.txt"};

long int res = findSize(file_name);

if (res != -1)

{

printf("Size of the file is %ld bytes \n", res);

if(res<=12)

{

fptr1 = fopen("D1.txt", "r");

c = fgetc(fptr1);

while (c != EOF)

{

fputc(c, fptr1);

c = fgetc(fptr1);

printf(c);

}

}

}

return 0;

}

4 0
3 years ago
Other questions:
  • In one month you had both a raise and a $250 bonus for exceeding your goals by 10%. Your old paycheck gross was $2,300, with a n
    9·1 answer
  • QUESTION 3 - Distinguish whether the following pairs of events are dependent
    13·1 answer
  • Four friends paid a total of $32 for movie tickets. What is the ratio $32 for 4 people written as a unit rate?
    11·2 answers
  • The scale of a map is 4 cm: 15 km. If the distance on the map between two cities is 7 cm, what is the actual distance?
    14·1 answer
  • Which decimal is the least 0.84 or 0.092 or 0.184 0.199
    13·1 answer
  • From the top of a lighthouse 160 feet high, the angle of depression of a boat out at sea
    12·1 answer
  • (C) Find the arithmetic mean of given data<br>12, 10, 15, 14, 16, 25, 18, 22​
    7·1 answer
  • Plz help me........................................................
    9·1 answer
  • 11. Sam has to pay a 15% tax on a boat that cost him $500. He believes he can determine the tax
    8·1 answer
  • Are the triangles similar? Why?
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!