Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

find the area of the surface generated when the given arc is revolved about the y axis ( y= 4 - x^2 from x=0 to x=2 )


Write a program that works with fractions. Your program should be able to add, 

subtract, multiply, and divide two fractions. Write a separate function for addition, 

subtraction, multiplication and division. Specifically, your program must request 

two fractions from the user, getting the numerator and denominator separately for 

each fraction, and the operation to perform (add, subtract, multiply, or divide). 

Your program will then compute the resulting fraction, keeping the numerator and 

denominator separate, and output the result. 

Note:

Make the structure for fractions. Then declare variable of fractions and use 

them for addition and multiplication etc....


C. Let p and q be proposition

p: 4 is a rational number

q: √3 is an irrational number


Express each of these proposition as an English sentences:


  1. ~p
  2. p∨ q
  3. p ∧ q
  4. p → q
  5. p ↔ q

Random samples of size 𝑛 = 2 are drawn from a finite population


consisting of the numbers 5,6,7,8, and 9.


a. Find the mean of the population 𝜇.


b. Find the standard deviation of the population 𝜎.


c. Find the mean of the sampling distribution of the sample means 𝜇𝑋̅.


d. Find the standard deviation of the sampling distribution of the sample


means 𝜎𝑋̅.


e. Verify the Central Limit theorem by:


I. Comparing 𝜇 and 𝜇𝑋̅.


II. Comparing 𝜎 and 𝜎𝑋̅.

6.      Write a Java program that will print the following series until it reaches 100.

 

1 1 2 3 5 8 13 …………………………

 

7.      Write a java program to find the sum of the series up to the nth term where n is input by the user.

1+(1+n)+(1+n+n)+(1+n+n+n)……………….nth Term

Example: input n = 6

Output: 1+7+13+19+25+31 = 96




 

 

4.      Write a program (without using an array) that accepts three numbers from the user and prints "increasing" if the numbers are in increasing order, "decreasing" if the numbers are in decreasing order, and "Neither increasing or decreasing order" otherwise.

 

Example: Input first number: 1524

Input second number: 2345

Input third number: 3321

 

Expected Output :

 

Increasing order

 

5.      Write a java program that inputs an integer and outputs if the number is a Palindrome.

 






2. Write a program in Java to display a diamond pattern of asterisks.

Expected Output :


*

***

*****

*******

*********

***********

*************

***********

*********

*******

*****

***

*



3. Write a Java program that reads a positive integer and counts the number of digits the number has.

e.g. Input is 14367, Output is 5.





Instructions: Create sample sentences that revolves around the topic given.



Three (3) Declarative sentences that is about your personality.



Three (3) Interrogative sentences that you want to ask your parent.



Three (3) Exclamatory sentences that expresses how you feel today.



Three (3) Imperative sentences that you have used today.

A 5 kg particle moving along the x-axis experiences the Net Force Fx = 10t, where t is in seconds. The particle has a velocity of 2 m/s at t = 1s. Find the particle's velocity at t = 5s:

a. 24 m/s

b. 26 m/s

c. 27 m/s

d. 25 m/s


LATEST TUTORIALS
APPROVED BY CLIENTS