Give examples from the literature of metal complexes with coordination numbers (CN) of 2, 3, 4, 5, 6, 7 and 8 (formula, structure). What is the highest Coordination Number found for a metal ion?
In: Chemistry
a) Suppose each of the following confidence intervals were calculated using the same sample. Circle the interval that is at the lower confidence level. State the sample proportion that was used to construct these intervals. (.25, .35), (.24, .36)
b) Suppose you want a confidence interval to be more narrow. What two things can you do to achieve this?
c) For a given sample, which would you prefer, a wider interval or a more narrow one? Why?
d) Suppose your sample proportion is 0.17, with n = 100. How many “successes” were in your sample?
e) Suppose you have a sample with n = 27. Nine of your sample values are found to have the characteristic of interest. Are the 4 conditions required to do a confidence interval met?
f) True or False: a 95% confidence interval for p always contains p.
In: Math
Hi Can someone explain how the the output was achieved in details for this java question?
public class Example
{
public static void main(String [] args)
{
int a = 6, b = 5, i , num1, num2;
for (i = 1; i <= 3; ++i)
{
num1 = method1(a, b);
num2 = method2 (a, b);
System.out.println (num1 + " " + num2);
a = a + 2;
b = b - 1;
}
}
public static int method1 (int c, int d)
{
c = c + d;
return c;
}
public static int method2 (int e, int f)
{
f = f + e * 2 ;
return f ;
}
}
output
run:
11 17
12 20
13 23
In: Computer Science
Linda invest 25000 for one year part is invested at 5% another part at 6% and the rest at 8%. the total income from all three investments is $1600. the income from the 5% and 6% investments is the same as the income from the 8% investment. find the amount invested at each rate.
In: Economics
Given the following data:
3FeO(s) + CO2(g) → Fe3O4(s) + CO(g) ΔH° = -18.0 kJ
FeO(s) + CO(g) → Fe(s) + CO2(g) ΔH° = -11.0 kJ
Fe2O3(s) + 3CO(g) → 2Fe(s) + 3CO2(g) ΔH° = -23.0 kJ
Calculate ΔH° for the reaction: 3Fe2O3(s) + CO(g) → 2Fe3O4(s) + CO2(g)
In: Chemistry
Python
1. Change the order of an input string based on Unicode equivalent.
Write a function Reorder that will take an input string of a maximum length of 20 characters and create a new string that reorders the string based on it’s binary Unicode character equivalent, e.g. ‘a’ = 0x61, ‘A’ = 0x41, from smallest value to largest value. In this example, ‘A’ would come before ‘a’, as 0x41 is a smaller number than ox61. Note, use python logical operators to do the comparison. Do not try to create a Unicode lookup table. For your code, use the string “sum=(x*259)/average” as your input string to your function.
In: Computer Science
Show the values contained in the instance variables elements and numElements of the sample collection after the following sequence of operations:
ArrayCollection<String> sample = new ArrayCollection<String>; sample.add("A"); sample.add("B"); sample.add("C"); sample.add("D"); sample.remove("B");
//---------------------------------------------------------------------------
// ArrayCollection.java by Dale/Joyce/Weems Chapter 5
//
// Implements the CollectionInterface using an array.
//
// Null elements are not allowed. Duplicate elements are
allowed.
//
// Two constructors are provided: one that creates a collection of
a default
// capacity, and one that allows the calling program to specify the
capacity.
//---------------------------------------------------------------------------
package ch05.collections;
public class ArrayCollection<T> implements
CollectionInterface<T>
{
protected final int DEFCAP = 100; // default capacity
protected T[] elements; // array to hold collection’s
elements
protected int numElements = 0; // number of elements in this
collection
// set by find method
protected boolean found; // true if target found, otherwise
false
protected int location; // indicates location of target if
found
public ArrayCollection()
{
elements = (T[]) new Object[DEFCAP];
}
public ArrayCollection(int capacity)
{
elements = (T[]) new Object[capacity];
}
protected void find(T target)
// Searches elements for an occurrence of an element e such
that
// e.equals(target). If successful, sets instance variables
// found to true and location to the array index of e. If
// not successful, sets found to false.
{
location = 0;
found = false;
while (location < numElements)
{
if (elements[location].equals(target))
{
found = true;
return;
}
else
location++;
}
}
public boolean add(T element)
// Attempts to add element to this collection.
// Returns true if successful, false otherwise.
{
if (isFull())
return false;
else
{
elements[numElements] = element;
numElements++;
return true;
}
}
public boolean remove (T target)
// Removes an element e from this collection such that
e.equals(target)
// and returns true; if no such element exists, returns
false.
{
find(target);
if (found)
{
elements[location] = elements[numElements - 1];
elements[numElements - 1] = null;
numElements--;
}
return found;
}
public boolean contains (T target)
// Returns true if this collection contains an element e such
that
// e.equals(target); otherwise, returns false.
{
find(target);
return found;
}
public T get(T target)
// Returns an element e from this collection such that
e.equals(target);
// if no such element exists, returns null.
{
find(target);
if (found)
return elements[location];
else
return null;
}
public boolean isFull()
// Returns true if this collection is full; otherwise, returns
false.
{
return (numElements == elements.length);
}
public boolean isEmpty()
// Returns true if this collection is empty; otherwise, returns
false.
{
return (numElements == 0);
}
public int size()
// Returns the number of elements in this collection.
{
return numElements;
}
}
In: Computer Science
Regional trading blocs, such as the European Union (EU) and NAFTA, are growing in importance. Why do you think this is so - what do countries gain from joining a regional trading bloc? What the implications of these trading blocs for international business? Are they helpful or harmful? How might they affect a firm's investment decision?
In: Economics
Bilboa Freightlines, S.A., of Panama, has a small truck that it uses for intracity deliveries. The truck is worn out and must be either overhauled or replaced with a new truck. The company has assembled the following information:
|
Present Truck |
New Truck |
|||||
| Purchase cost new | $ | 35,000 | $ | 50,000 | ||
| Remaining book value | $ | 25,000 | - | |||
| Overhaul needed now | $ | 24,000 | - | |||
| Annual cash operating costs | $ | 18,500 | $ | 18,000 | ||
| Salvage value-now | $ | 15,000 | - | |||
| Salvage value-five years from now | $ | 11,000 | $ | 9,000 | ||
If the company keeps and overhauls its present delivery truck, then the truck will be usable for five more years. If a new truck is purchased, it will be used for five years, after which it will be traded in on another truck. The new truck would be diesel-operated, resulting in a substantial reduction in annual operating costs, as shown above.
The company computes depreciation on a straight-line basis. All investment projects are evaluated using a 13% discount rate.
Click here to view Exhibit 13B-1 and Exhibit 13B-2, to determine the appropriate discount factor(s) using tables.
Required:
1. What is the net present value of the “keep the old truck” alternative?
2. What is the net present value of the “purchase the new truck” alternative?
3. Should Bilboa Freightlines keep the old truck or purchase the new one?
In: Accounting
In: Physics
What would be the effect of each of the following sources of error in the reaction between Mg and HCl? Would they result in a high, low, or unaffected value for the heat of reaction? Why?
A. The calorimeter absorbs heat.
B. The thermometer reads 2 °C low at all temperatures.
C. The actual molarity of the HCl is slightly higher than reported
on the bottle.
D. The mass of the filter paper was not subtracted in the determination of ∆H1.
In: Chemistry
The following data were taken from the financial statements of Hunter Inc. for December 31 of two recent years:
| Current Year | Previous Year | |||
| Accounts payable | $95,000 | $144,000 | ||
| Current maturities of serial bonds payable | 200,000 | 200,000 | ||
| Serial bonds payable, 10% | 1,010,000 | 1,210,000 | ||
| Common stock, $1 par value | 60,000 | 60,000 | ||
| Paid-in capital in excess of par | 570,000 | 580,000 | ||
| Retained earnings | 1,980,000 | 1,580,000 | ||
The income before income tax was $447,700 and $391,700 for the current and previous years, respectively.
a. Determine the ratio of liabilities to stockholders' equity at the end of each year. Round to one decimal place.
| Current year | |
| Previous year |
b. Determine the times interest earned ratio for both years. Round to one decimal place.
| Current year | |
| Previous year |
In: Accounting
Explain what evolutionary adaptations, in general, exist in hyperthermophilic bacteria in terms of their cell membranes and cellular proteins. Your answer should explain how such adaptations provide advantages in terms of protein and membrane function at extremely high temperatures.
In: Biology
Draw a landscape image using python coding.
In: Computer Science
USE JAVA
Write a static generic method PairUtil.minmax that computes the minimum and maximum elements of an array of type T and returns a pair containing the minimum and maximum value. Require that the array elements implement the Measurable interface of Chapter 10.
In: Computer Science