1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Roman55 [17]
3 years ago
6

What box is it please answer if u know :) 1 2 or 3?

Business
2 answers:
Softa [21]3 years ago
7 0

Answer:

Java expression for the following:-

(a+b)²+b

\sf \: z=x³+y³+ \frac{xy}{3}z=x³+y³+

3

xy

Answer:-

There are two ways to write it as a Java Expression:-

\sf{(a+b)^2 + b}(a+b)

2

+b

Math.pow((a+b),2)+b

((a+b)*(a+b))+b

\sf{x^3 + y^3 + (\dfrac{xy}{3})}x

3

+y

3

+(

3

xy

)

z=(x*x*x)+(y*y*y)+((x*y)/3);

z=Math.pow(x,3)+Math.pow(y,3)+((x*y)/3);

Note:-

Math.pow() returns the number raised to power other number

It always returns the double type value

More about Math Functions:-

Math.max() is used to find the maximum value between 2 numbers. SYNTAX:- Math.max(a,b);

Math.min() returns the minimum value between two numbers. SYNTAX:- Math.min(x,y);

Math.abs() returns absolute value of the given number. SYNTAX:- Math.abs();

Math.ceil() returns rounded value upto nearest higher integer. SYNTAX:- Math.ceil(x);

Math.floor() returns rounded value upto nearest lower integer. SYNTAX;- Math.floor(x);

Math.round() returns the rounded value of the number upto nearest integer.

Math.cbrt() returns cube root of a number. SYNTAX:- Math.cbrt(x);

Math.sqrt() returns square root of a number. SYNTAX:- Math.sqrt(x);

Ne4ueva [31]3 years ago
3 0

Answer:

I think it is 3 not 12 according to me but I am not sure about it.

You might be interested in
If the effective annual yield on a bond is equal to the bondʹs coupon rate, the bond will have a market value that is
Mazyrski [523]

Answer:

The coupon rate is the stated periodic interest payment due to the bondholder at specified times. The bond's yield is the anticipated overall rate of return. If the bond's price changes and is no longer offered at par value, the coupon rate and the yield will no longer be the same as the coupon rate is fixed and yield is a derivative calculation based on the price of the bond.

4 0
1 year ago
13. Once a firm decides to enter an industry and chooses a market in which to compete, it must gain an understanding of its comp
Irina18 [472]

Answer: Strategic Analysis.

Explanation: Strategic analysis is the process that firms use to study and understand the many different aspects of their competitive environment. This analysis involves the process that focus on researching an organization’s business environment within which it operates. It is an essential tool in formulating strategic planning for decision making and smooth working of the business organization.

Strategic analysis refers to the process of conducting research on a company and its operating environment within which its operates to formulate a strategy. Strategic analysis helps define a strategy that will help stand out from the competitors and to also remain competitive. Another important function of strategic analysis is the prediction of future events and the planning of an alternative approach if the first fail to deliver.

4 0
3 years ago
The vice president of logistics for a salty-snack A reading service for the visually impaired requires each reader applicant to
katrin2010 [14]

Answer:

logistics integration with cost-effective technique.

Explanation:

Combining these two techniques the company might better attend the consumers and also save costs for the Company.

3 0
3 years ago
If the potential employer is a candle-making company, _____ would be one of the employer’s raw materials.
Scilla [17]

Answer:

wax

Explanation:

Raw materials are the components or ingredients used to manufacture finished goods. They are the unprocessed materials that go through the production process or refining to give a consumable product.

Wax is the main raw material in the production of candles. A company involved in making candles need a source of wax to stay in business.

5 0
3 years ago
Two 1000 dollar face value bonds are both redeemable at par, with the first having a redemption date 3 years prior to the redemp
finlep [7]

Answer:

$ 915.71  

Explanation:

In order to determine the second bond price we need to determine the number of years to maturity of the first bond using nper formula in excel.

=nper(rate,pmt.-pv,fv)

rate is the semiannual interest rate of 6% (12%*6/12)

pmt is the semiannual interest=$1000*8.3%*6/12=$41.50  

pv is the current price at $813.04

fv is the face value of $1000

=nper(6%,41.50,-813.04,1000)= 16.00  

The years to maturity=16/2=8 years

The years to maturity of second bond=8+3=11 years

price of second bond=-pv(rate,nper,pmt,fv)

rate is 6%

nper is 11 years multiplied by 2= 22

pmt =5.3%*$1000=$53

fv is $1000

=-pv(6%,22,53,1000)=$915.71  

5 0
3 years ago
Read 2 more answers
Other questions:
  • Contours, Inc., knows each drill bit can cut approximately 100,000 holes before the hole size is smaller than the print specific
    14·1 answer
  • Hewitt Company expects cash sales for July of​ $11,000, and a​ 19% monthly increase during August and September. Credit sales of
    10·1 answer
  • Precision Company estimates its machine-hour requirements for the four quarters to be 35,000 hours, 20,000 hours, 15,000 hours,
    10·1 answer
  • The primary purpose of protective covenants is to help:
    5·1 answer
  • The coordinating conjunctions that can be used to combine two complete sentences with a comma are âfor, and, nor, but, or, yet,
    5·1 answer
  • Stern Corporation's management wants to maintain a minimum monthly cash balance of $8,000. At the beginning of September, the ca
    9·1 answer
  • PB8.
    6·1 answer
  • In material requirement planning calculations, gross requirements for finished products are taken from ________________________.
    9·1 answer
  • In a statistics examination the mean score was 78 and the standard deviation was 10
    7·1 answer
  • Most jobs are handed down from parent to child in a:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!