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
Joann's health insurance plan allows all tests and specialist visits without referral by her doctor. joann, most likely, has wha
Mademuasel [1]
Joann, most likely, has Point of Services type of insurance plan. There are six types of the insurance health plans that differs by their premium and benefit. The HMO plan, the PPO plan, the EPO plan, and the Point-of-Service Plan (POS) are the types of insurance plan that shares a similar benefit. However, the POS plan gives the most freedom in term of health providers. Thus, POS plan is the most suitable answer.
6 0
3 years ago
Read 2 more answers
What percent of the bill should you offer as tip to a salon stylist?
skad [1K]

Answer:

c or d

Explanation:

6 0
3 years ago
Read 2 more answers
Cxcccccccccxccccccccccvb
Assoli18 [71]

Answer:

Oki, hi

Explanation:

7 0
2 years ago
Qiang is a project manager at Enigma Industries and is able to borrow specialists from the organization on a regular basis to as
Alenkasestr [34]

Answer:

matrix organizational structure

Explanation:

When a company works under a matrix organizational structure, specialists from different parts of the organization are brought together on a temporary basis to work on specific projects. It is common for employees to report to both a functional manager (traditional manager) and a product manager (project manager).

3 0
3 years ago
Crandle Corp. applies manufacturing overhead costs to products at a budgeted indirectminuscost rate of $ 100 per direct manufact
katen-ka-za [31]

Answer:

total product costs  =   $101750

Explanation:

given data

overhead costs = $ 100

Direct materials of $41,000

direct manufacturing labor  = 450

per​ hour = $35

markup rate = 30 %

solution

we get here total product costs  that is express as

total product costs  = Direct materials + DML + MOH ..........1

total product costs  = $41,000 + ( 450 × $35 ) + ( 450  × $100 )

total product costs  =  $41,000 + $15750 + $45000

total product costs  =   $101750

4 0
3 years ago
Other questions:
  • In terms of delivering a presentation, explain how a slide presentation differs from a lecture?
    15·1 answer
  • An accountant has been engaged to compile the financial statements of a nonissuer. The financial statements contain many departu
    12·1 answer
  • Consider the market for a breakfast cereal. The​ cereal's price is initially ​$3.003.00 and 7070 thousand boxes are demanded per
    7·1 answer
  • I have an idea that might address all of these issues. What if none of us have any of these donuts but instead we break up into
    9·1 answer
  • Your car still has a marginal cost of $20,000. But, the market price has now increased to $25,000. Your incentive to supply cars
    11·2 answers
  • A project has the following cash flow. Year zero's cash flow is $10000. The following years' cash flows decrease by $2000 each y
    9·1 answer
  • How can expansionary and contractionary tax policies be used to manage the economy? Be sure to give your answer in two to three
    7·2 answers
  • On December 15, 19x5, FLM Corporation exchanged 2,000 shares of $10 par value common stock for land. The current market price of
    12·1 answer
  • Which step in the product development process involves announcing a new
    11·1 answer
  • A company had a beginning balance in retained earnings of $430,000. It had net income of $60,000 and declared and paid cash divi
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!