Entries by Student

write my assignment 5498

Chapter 77.17Each year,Forbesmagazine publishes a list ofthe world’s richest people. In 2009, the six richestpeople, their citizenship, and their wealth (to thenearest billion dollars) are as shown in the followingtable. Consider these six people a population ofinterest:NameCitizenshipWealth ($ billion)William gates III (G)United States40Warren Buffett (B)United States38Carlos Slim Helu (H)Mexico35Lawrence Ellison (E)United States23Ingvar Kamprad (K)Sweden22Karl Albrecht (A)Germany22

a. Calculate the mean wealth, μ, of the six people.b. For sample size 2, construct a table similar toTable 7.2 on page 299 (height of players).c. Draw a dotplot for the sampling distribution ofthe sample mean for sample size 2.d. For a random sample size 2, what is the chancethat the sample mean will equal the

 

"Not answered?"


Get the Answer

write my assignment 1590

In the 1930s a prominent economist devised the following demand function for corn:

p = q1.3

where q is the number of bushels of corn that could be sold at p dollars per bushel in one year. Assume that at least 15,000 bushels of corn per year must be sold.

(a) How much should farmers charge per bushel of corn to maximize annual revenue? HINT [See Example 3, and don’t neglect endpoints.] (Round to the nearest cent.) 

p = ____ $  

(b) How much corn can farmers sell per year at that price? 

q = ____ bushels per year 

(c) What will be the farmers’ resulting revenue? (Round to the nearest cent.) 

$_______  per year

 

"Not answered?"


Get the Answer

write my assignment 18695

here is the problem I got when I coding,

it shows:

Exception in thread “main” java.util.InputMismatchException

at java.util.Scanner.throwFor(Unknown Source)

at java.util.Scanner.next(Unknown Source)

at java.util.Scanner.nextFloat(Unknown Source)

at FinalTemp.main(FinalTemp.java:17)

need help on this question above and some ideas of how to fulfilled the requirements below

######## The Requirements #####################

a) Read integer Fahrenheit temperatures from the user. You need to check whether the input is the correct one or not. If the user enters the incorrect number, ask it again.

b)

  • The program should ask the user to continue or not. If the user wants to do the conversion again, use repetitive statements such as DO WHILE, FOR, or IF THEN ELSE to do the conversion again.
  • Add comments to explain the functions of the program.
  • Code the following display at the end of your program:

##################### Original Code Below ##########################

import java.util.Scanner;

public class FinalTemp{

  public static void main(String[] args) {

  String keyboard = “”;

  float f;

  double c;

  Scanner input = new Scanner(System.in);

  while (!keyboard.equals(“stop”)) {

  System.out.println(“”);

  System.out.println(“to quit, enter ‘stop’.”);

  System.out.print(“Enter the temperature in Fahrenheit: “);

  f=input.nextFloat();

  c=(f-32)*5.0/9.0;

  System.out.printf(“%.0f fahrenheit is %.2f celsius”, f, c);

  System.out.println(“”);

  }

  System.out.println(“”);

  System.out.println(“HELLO INSTRUCTOR Lee, THIS IS THE INF231 FINAL ASSIGNMENT FOR: Liwei Loh”);

  }  

}

 

"Not answered?"


Get the Answer

write my assignment 24019

Create a 2 page essay paper that discusses Taking Sides Issue 12 Does Dating Impede Adolescent Development.

They, however, add that not all the teen relationships show this relationship, but those that do are a catalyst for depression among those involved (Rye & Drysdale, 2012). The second evidence presented is that theoretical and empirical evidence from various studies reviewed demonstrate that some of cognitive and interpersonal strategies and approaches used by teens cause depression symptoms. The insecure internal representations of the interpersonal relationships also put these people at risk of developing the depressive symptoms. I think that from the review that has been done by the researchers, it is quite evident that dating impedes adolescent development. This is because the authors have relied on empirical studies and findings on teen dating models and development models and demonstrated a clear relationship between the two. The studies used are evidence based. hence, making the findings and conclusion made more credible and agreeable. Moreover, little speculation is done in the review, making the argument and case made by the authors valid.

2. Briefly describe the 2 pieces of evidence that Furman and colleagues present to support their argument that dating is an important developmental milestone for teens. Do you think that the research that Furman and colleagues review is compelling? Why or why not? Please justify your answer by evaluating the merit of the research they present

Furman and colleagues make the argument that dating is a very important developmental milestone among teens because of two major reasons. First, they point out that the network of relationships developed by the teens is directly linked with development and adjustment (Rye & Drysdale, 2012). Thus, those who are involved in dating will be better placed in various social settings than the counterparts who are not. The second evidence raised is that dating helps in developing personal characteristics. The romantic experiences that teenagers are involved in influence their

 

"Not answered?"


Get the Answer