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
Fred Flintlock wants to earn a total of 10% on his investments. He recently purchased shares of ABC stock at a price of $20 a sh
svlad2 [7]

Answer:

Option (C) is correct.

Explanation:

Return on the stock = (Dividend ÷ Investment) + (capital gain ÷ investment )

= (Dividend ÷ Investment) + (Final price of the stock - initial price of the stock) ÷ Investment

10 = (1 ÷ 20) × 100 + ((final price - 20) ÷ 20) × 100

10 = 5 + 5 × ( final price - 20)

Final price = 21

Therefore, the stock price should increase by [(21 - 20) ÷ 20] × 100

                                                                            = 5%

6 0
3 years ago
You need a 35-year, fixed-rate mortgage to buy a new home for $340,000. Your mortgage bank will lend you the money at an APR of
grin007 [14]

Answer: $338712.36

Explanation:

Given the following :

APR = 6.35% = 0.0635

Monthly payment = $1800

Cost of home = $340,000

Period (t) = 420

Monthly rate = 0.0635 / 12

Amount paid on loan = PV of monthly payment :

PMT(1 - (1 / (1 + r)^t)) / r

1800[(1 - (1 / (1 + 0.0635/12)^420)) / r]

1800[ (1 - (1 /9.1764488)) / r

1800[ 1 - 0.1089746] / (0.0635 / 12)

1800 [168.38275]

= $303088.95

Hence, amount yet to pay :

$340,000 - $303088.95 = $36911.05

Hence, balloon payment :

36911.05( 1 + r)^t

36911.05(1 + 0.0635/12)^420

36911.05(1 + 0.0052916)^420

36911.05(1.0052916)^420

36911.05 × 9.1764488

= $338712.36

8 0
3 years ago
Were all loan proceeds used to purchase, build, or improve the home secured by this loan?.
8_murik_8 [283]

A loan is usually gotten from a financial institution to solve a financial emergency which was unplanned for.

<h3>What is a Loan?</h3>

This refers to the obtaining of money from a financial institution and a formal agreement is made for the repayment of the money after a given period of time and with interest.

With this in mind, we can see that loan proceeds can be used to:

  • Buy a house
  • Go on a trip, etc

Please note that your question is incomplete so I gave you a general overview to help you get better understanding of the concept.

Read more about loans ere:

brainly.com/question/25239160

7 0
2 years ago
What is the difference between gross &amp; net pay
stich3 [128]
Gross pay is what employees earn before taxes, benefits and other payroll deductions are withheld from their wages. The amount remaining after all withholdings are accounted for is net pay or take-home pay.
6 0
2 years ago
On the summer solstice in june, the sun will be directly above ____________ and all locations north of ___________ will experien
svetlana [45]
<span>The summer solstice is the day of the year when the sun is the farthest north, over the Tropic of Cancer, 23.44 degrees (or 23 degrees 26 minutes) north of the equator. On that day, all locations north of the Arctic Circle experience 24 hours of daylight.</span>
3 0
3 years ago
Other questions:
  • Mirembe is interested in receiving income to help save money for her grandson's college education. She is considering investing
    5·1 answer
  • " if the speaker used to consume 2000 calories a day, how much do they now consume? math problem
    12·1 answer
  • One retail trend resulting from economic conditions is​ ________.
    8·1 answer
  • With 100 employees on staff, your company's insurance company recommended an online two-hour seminar each employee should watch
    14·1 answer
  • Bottoms Up Diaper Service is considering the purchase of a new industrial washer. It can purchase the washer for $7,200 and sell
    15·1 answer
  • Identify two to three factors that affect revenue, expenses, and profit in the business of the Super Bowl:
    11·1 answer
  • What is most often the cause for a change in career or lifestyle?
    8·1 answer
  • Ginny currently earns a (real or nominal) wage of $12.00 per hour; in other words, the amount of her paycheck each week is $12.0
    11·1 answer
  • The warsaw pact was a merger of communist nations after world war ii as a reaction to this alliance of democratic nations
    15·1 answer
  • North Inc. is a calendar-year C corporation, accrual-basis taxpayer. At the end of year 1, North accrued and deducted the follow
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!