05/29/19
Anti-Derivatives or integrals
Find the function y(x) if y'(x)=3.4⋅e^x−4.4⋅sin(x)and y(0)=0.1
A bag of rivets weighs 1050g. 114 rivets weighs 10g. How many rivets in the bag?
I initially figured this as 10/114=0.088g per rivet. Meaning 1050g/0.88g=11,931.818181... rivets in the bag.But now I'm second guessing myself. I truncated the weight per rivet to 0.088g/rivet. It...
more
How to parse a string of boolean logic in PHP?
I'm building a PHP class with a private member function that returns a string value such as:
'true && true || false'
to a public member function. (This string is the result of some regex...
more
Is there a Java equivalent or methodology for the typedef keyword in C++?
Coming from a C and C++ background, I found judicious use of **`typedef`** to be incredibly helpful. Do you know of a way to achieve similar functionality in Java, whether that be a Java...
more
05/29/19
Finding all points common to two circles?
In Python, how would one find all integer points common to two circles?
For example, imagine a Venn diagram-like intersection of two (equally sized) circles, with center-points `(x1,y1)` and...
more
05/29/19
length and midpoint
Find the length and midpoint of the segment with the given (-7,-10 9), (-2,9,-9)
05/29/19
trig find all solutions on the interval equation
find all solutions of each equation on the interval x is > or = to 0 and < 2 pi(tan squared x)(sec squared x)+2 sec squared x-tan squared x=2tan2xsec2x+2sec2x-tan2x=2
05/29/19
How Do I Find My Car?
I have been discussing this problem with a coworker for a few days now and neither of us have made any headway on it. I would appreciate any help with a possible solution or maybe a suggestion of a...
more
05/29/19
What's so special about standard deviation?
Equivalently, about variance?
I realize it measures the spread of a distribution, but many other metrics could do the same (e.g., the average absolute deviation). What is its deeper significance?...
more
05/28/19
The most efficient way to implement an integer based power function pow(int, int)?
What is the most efficient way given to raise an integer to the power of another integer in C? // 2^3 pow(2,3) == 8 // 5^5 pow(5,5) == 3125
05/28/19
Is 'switch' faster than 'if'?
Is a `switch` statement *actually* faster than an `if` statement?I ran the code below on Visual Studio 2010's x64 C++ compiler with the `/Ox` flag: #include <stdlib.h> #include...
more
05/28/19
Why are C++ inline functions in the header?
<sub>NB This is not a question about how to use inline functions or how they work, more why they are done the way they are.</sub>The declaration of a class member function does not need...
more
05/28/19
Find the probability
A six-sided die is rolled nine times. What is the probability that the die will show a 4 exactly 5 times? Math Homework
05/27/19
F(x) be polynomial function such the f(3) , f'(3) = 0 and f"(3) = -3. What is the pint (3,3)?
05/26/19
How do you graph f(x) = -2^(x+3) + 4. Can you explain?
I know x+3 is a shift to the left, so we subtract 3 from each original x point (what are the original x and y points?).I know +4 is the constant, so it’s the horizontal asymptote? How do I know...
more
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.