Study Island Question

Stephanie has two bottles of liquid that she is going to pour down the drain. One bottle contains regular soda and the other bottle contains diet soda. The amount remaining in the regular soda... more

05/06/19

Math II: Comparing Characteristics of Functions

The graph of the quadratic function f has x-intercepts −3 and 5 and y-intercept 5.The quadratic function g is represented by the equation g(x)=−3x2+4x−5 .What is the maximum of f minus the... more

05/06/19

A quotient of twelve and two subtracted by thirty-six

How do I right this as expression for my question I have asked please help me with my problem it could really help me with my math grade in school.

how to write an equation in the form p=mx+b that relates price to number of phones sold

A wireless franchise determines that if it sells the iphone 5 for the list price of p=$649, it can sell x=100 phones. They find if they lower the price to p=$629, they can sell x=140 phones.... more
C++

05/06/19

Is it possible to have a recursive inline function in C++?

C

05/05/19

Why #define TRUE (1==1) in a C boolean macro instead of simply as 1?

I've seen definitions in C #define TRUE (1==1) #define FALSE (!TRUE)Is this necessary? What's the benefit over simply defining TRUE as 1, and FALSE as 0?

Show that if x,y,z are integers such that x^3 + 5y^3 = 25z^3, then x = y = z = 0.

I tried using mod 5 to get that x is divisible by 5. I don't know much about infinite descent, so I do not think that is the way to go.The hint says "If I give you a non-trivial solution, can you... more
C

05/05/19

How to convert integer to string in C?

I tried this example: /* itoa example */ #include <stdio.h> #include <stdlib.h> int main () { int i; char buffer [33]; printf ("Enter a number: "); ... more
C

05/05/19

Why should we typedef a struct so often in C?

I have seen many programs consisting of structures like the one below typedef struct { int i; char k; } elem; elem user;Why is it needed so often? Any specific reason or... more
C

05/05/19

Does Objective C have garbage collection?

Domain inequality problem

If g is decreasing on it domain, solve this inequality - g(x2)>g(5x+6), Dg=[1, ∞)

I really need help with this problem.

Consider the function g(x) = 2\log _(3)(x+72)+4 a) Describe the relationship of the graph of g(x) to the graph of f(x) = log_(3) xb) Find the difference between g and f at x=9c) for what value(s)... more

Why should hash functions use a prime number modulus?

A long time ago, I bought a data structures book off the bargain table for $1.25. In it, the explanation for a hashing function said that it should ultimately mod by a prime number because of "the... more
C

05/05/19

Difference between a Structure and a Union?

Is there any good example to give the difference between a `struct` and a `union`?Basically I know that `struct` uses all the memory of its member and `union` uses the largest members memory space.... more

creating a system of equation

Daniel is choosing between two cellphone plans. "Plan A" charges $80 per month, which includes unlimited text messaging. "Plan B" cost $20 per month plus $0.15 per text message. What is the system... more
C

05/04/19

How to achieve function overloading in C?

Is there any way to achieve function overloading in C? I am looking at simple functions to be overloaded like foo (int a) foo (char b) foo (float c , int d)I think there is no... more

All real numbers that are less than -16

05/04/19

AP Calculus AB Pratice Exam Help

AT the instant that the first circle has a radius of 9 centimeters, the radius is increasing at a rate of 3/2 centimeters per second. Find the rate at which the area of the circel is changing at... more

05/04/19

Please i need solve these questions

1. If the terminal side of a 330 degree angle intersects a unit circle, what would the coordinates at the point of intersection?2. Solve for x:  3 + cos 2x = 7/2; only include answers on [0, 2π]3.... more

CA^x if f(-2)=8,if f(5)=3

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.