please help i need this tonight

combined there are 178 asians,Africans and Americans in a village. The number of asians exceeds the number of africans and europeans the number by 75. The difference between the number of europeans... more

02/04/21

calculus question

 The rational function  can be expressed as the sum of two partial fractions: and  . Find the value of A + B.   2 4 -2 -4

mean median mode and midrange

Below are the jersey numbers of 11 players randomly selected from a football team. Find the​ range, variance, and standard deviation for the given sample data. What do the results... more

mean, median, mode and midrange

Find the​ (a) mean,​ (b) median,​ (c) mode, and​ (d) midrange for the data and then​ (e) answer the given question.Listed below are the jersey numbers of 11 players randomly selected from the... more

Algebra Question Context

Sarah has x nickels and y dimes. She has a maximum of 18 coins worth no less than $1.20 combined. Solve this system of inequalities graphically and determine one possible solution. Come up with two... more

please someone explain what this code do :

void bin(int x, int value){ if(x == 0) return; bin(x / 2, value - 1); if(x % 2) printf("%d ", value);}int Pow(int a, int b){ int d = 1; for(int i = 1; i <= b; i++) d *= a; return d;}int... more

Use this row to create a list of 9 random numbers between 1 and 500.

The following numbers represent a single row of the random number table.54947 29293 71190 95908 52734 37643 68531 02532 73003 79001 472, 371, 190, 85, 273, 437, 310, 253, 3 3549, 292, 711, 959,... more

02/03/21

Zero polynomial

A Polynomial has a zero at -5, a double zero at 3, and a zero at 6. What could be the degree of the polynomial?0234

02/03/21

What percent of the class could be the suspect?

In a class of 30 students, 8 were wearing a white t-shirt. In the same class, 14 students had on blue jeans. Eyewitnesses stated that the suspect was dressed in a white shirt and jeans. What... more

02/02/21

How would you answer this?

Recall that the quadratic function is the inverse of a square root function. What will we need to do in order to make this true, because the graphs do not look quite the same?

02/02/21

A bag contains 5 green marbles, 3 blue marbles, 2 red marbles, 4 purple marbles, and 1 black marble. What is the probability that you draw a marble that is not green?

represent your answer as a percent rounded to the nearest tenth if necessary. 

please explain how this function in C code turn numbers in binary :

void bin(int x, int value) { if(x == 0) return; bin(x / 2, value - 1); if(x % 2) printf("%d ", value); }

please explain how this function in C code turn numbers in binary :

void bin(int x, int value) { if(x == 0) return; bin(x / 2, value - 1); if(x % 2) printf("%d ", value); }

02/02/21

Sum of Arithmetic Series

What is the sum of the first sixteen terms of the arithmetic sequence 1, 5, 9, 13, ... 61?This is pretty straightforward: 16(1+61)------------= 496 Easy..... 2......but... more

02/02/21

What is the geometric mean of 30 and 12

I need help with this I’m in the middle of my exam and I am really struggling thank you

Conditionals_TwoWay_MultiWay

Write TwoWay and/or MultiWay IF statements for each below. Submit one .py file.Please be sure to have blank lines between the IF statements. – If integer variable currentNumber is odd, change its... more

02/02/21

How do I use synthetic division to figure out the solution?

Use synthetic division to show that the number given to the right of the equation is a solution of the equation, then solve the polynomial equation.x3 - 5x2 + 2x + 8 =  0; 2

please someone actually help i have been stuck for hours

Identify the number and type of solutions for the equation 9x2 − 12x + 4 = 0.A.) 1 nonreal complexB.) 1 realC.) 2 nonreal complexD.) 2 realPlease give and only give the explanation and the solution.

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.