Write a visual basic code that will compute root of a quadratic equation using determinant
. Write program, that run one of two applications (Calculator or MS Paint) after user pushed corresponding button “Run”. In editbox user indicates the time (in seconds) after which the application closes.
3 samallest element in a array without using sort function and array size and element also ask by user
- Design a C++ program with a ListArray class of unordered lists with integer items. main() function should declare an object of this class. It should print the content of the list after execution of each list operation.
- Make necessary changes in your program to keep lists sorted in ascending order and then in descending order. Make sure that your search function effectively uses the fact that a list is sorted now.
- Design three additional methods:
1. itemsSum() that returns the sum of list items.
2. invert_move() that inverts the sequence of list items in the same list by changing items memory locations.
3. invert_move() that inverts the sequence of list items in the same list without changing items memory locations.
- Present report with results of your experiments: The program code, outputs, some comments on additional functions 2 and 3.
Consider the data X = (58,59,63,60,60,63,60,57,58,59). An unbiased estimation for population variance would be
A normal distribution which has a mean of 50 and standard deviation of 7 is takeninto consideration. 68% of the distribution can be found between what two numbers? a. 40 and 60 b. 0 and 43 c. 0 and 68 d. 43 and 57
Suppose you are taking a multiple-choice test with 4 choices for each question. In answering a question on this test, the probability that you know the answer is 0.33. If you don’t know the answer, you choose one at random. What is the probability that you knew the answer to a question, given that you answered it correctly
There are 13 men and 12 women in a ballroom dancing class. If 6 men and 6 women are chosen and paired off, how many pairings are possible
There are 3 arrangements of the word DAD, namely DAD, ADD, and DDA. How many arrangements are there of the word ENDURINGLY?
you cannot use built-in functions or NumPy or Pandas!
1. Write a function which finds all Pythagorean triplets of triangles whose sides are no greater than a natural number N.
2. Given a list of integers, write a function that finds the smallest and the largest value of this list. Given a list of numbers, write a function which finds their standard deviation