03/18/19
Connect two Line Segments?
Given two 2D line segments, A and B, how do I calculate the length of the shortest 2D line segment, C, which connects A and B?
03/18/19
Find $C$ such that $x^2 - 47x - C = 0$ has integer roots, and further conditions?
Have been working on this for years. Need a system which proves that there exists a number $C$ which has certain properties. I will give a specific example, but am looking for a system which could...
more
03/18/19
Given the equation ax2+bx+c=0 describe a set of conditions such that the equation has two solutions that are opposite values
Given the equation ax2+bx+c=0 describe a set of conditions such that the equation has two solutions that are opposite values
03/18/19
Why does this if statement, with an assignment and equality check, evaluate to false?
How does a Java *if statement* work when it has an assignment and an equality check `OR`-d together??
public static void test() {
boolean test1 = true;
if (test1 = false || test1 == false) {
...
more
03/18/19
Why does this if statement, with an assignment and equality check, evaluate to false?
How does a Java *if statement* work when it has an assignment and an equality check `OR`-d together??
public static void test() {
boolean test1 = true;
if (test1 = false || test1 == false) {
...
more
03/18/19
If x=5+√3, what is x^3-1/x^3?
03/18/19
Why use pointers?
I know this is a really basic question, but I've just started with some basic C++ programming after coding a few projects with high-level languages. Basically I have three questions: 1. Why use...
more
03/18/19
use induction to prove that 3^(3n+3)-26n+27 is a multiple of 169 for all numbers n
3^(3n+3)-26+27 is a multiple of 169 by induction
03/18/19
How many zeros does a million have when written out
How many zeros dies a million have in it
03/18/19
help with using the quadratic formula
how do you use the quadratic formula to solve z^2+16z+54=0?
03/17/19
Why do we use a Least Squares fit?
I've been wondering for a while now if there's any deep mathematical or statistical significance to finding the line that minimizes the *square* of the errors between the line and the data points....
more
03/16/19
What is the purpose of the standard deviation?
I don't have any knowledge of statistics beyond high school common sense. Why is the standard deviation usually seen in combinatorics textbooks, and why is the standard deviation defined...
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.