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
Tariffs may raise the price that foreign customers must pay for goods produced in the United States, negatively impacting a U.S.
fenix001 [56]

Answer:

true

Explanation:

tarrifs raise the price of foreign goods

8 0
3 years ago
When different sequences of operations are required for creating small batches of different products, the type of design or layo
damaskus [11]
Product design but I’m also a little convinced it’s also product layout
3 0
2 years ago
Pat's Custom Tuxedo Shop maintains its records on the cash basis. During this past year Pat's collected $43,300 in tailoring fee
Luba_88 [7]

Answer:

net income = $31,500

Explanation:

given data

collect tailoring fees = $43,300

paid expenses = $12,300

Depreciation expense=  $2,500

Accounts receivable =  $1,050

supplies increased = $4,300

liabilities increased = $2,350

to find out

accrual basis net income

solution

we get here net income by given expression that is

net income = tailoring fees - expenses paid + account receivable + supplies increased - liabilities increased - Depreciation expense .......1

put here value

net income =  $43,300 - $12,300 + $1,050 + $4,300 - $2,350 - $2,500

net income = $31,500

8 0
3 years ago
Let’s suppose that a lender has established a 90% loan-to-value ratio cutoff as one of its primary underwriting criteria. If a b
sergey [27]

Answer:

77.27% or

(17/22)%

The loan will accepted

Explanation:

property value 550,000

haircut 125,000

550,000 - 125,00 = 425,000 mortage value

425,000/550,000 = 77.27% = (17/22)%

The ratio is below the cutoff, so it is within the boundaries the lender expect. The loan will be given.

8 0
3 years ago
True or False: Your landlord, the over of your rental property, has the right to enter your apartment, any time he wants to
weeeeeb [17]

Answer:

false

Explanation:

he/she is not allowed to enter at any time because he/she does not have the right to enter the home if you are not there.

5 0
3 years ago
Other questions:
  • How can you differentiate between various economic systems that exist
    10·1 answer
  • What did economic liberalism stand for​
    7·1 answer
  • ack Hammer invests in a stock that will pay dividends of $3.06 at the end of the first year; $3.42 at the end of the second year
    14·1 answer
  • A lawnmower assembly plant uses a variety of​ nuts, bolts,​ screws, and other fasteners in its operation. Its supplier delivers
    7·1 answer
  • What is the name for the common currency of Europe?
    13·2 answers
  • What category of the Thomas-Kilmann Conflict Mode Instrument involves giving in to the customer at the expense of the organizati
    5·1 answer
  • Bertrand is an avid supporter of protectionism. His primary platform is the idea that the United States imports too many foreign
    12·1 answer
  • Ricky is not in a consumer equilibrium. Given the prices of goods, Ricky has allocated all his income such that his marginal uti
    12·1 answer
  • Minstrel Manufacturing uses a job order costing system. During one month, Minstrel purchased $199,200 of raw materials on credit
    12·1 answer
  • Which phrase best completes the diagram? Macroeconomic Goals for a Society ? Stable prices Economic growth
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!