Mi8rianaluzBoxen Mi8rianaluzBoxen
  • 08-02-2017
  • Computers and Technology
contestada

The area of a square is stored in a double variable named area. write an expression whose value is length of the diagonal of the square.

Respuesta :

kaevras
kaevras kaevras
  • 08-02-2017
You should specify what language you're using in these types of questions; here's an example in C++.

#include <iostream>
#include <math>

int main()
{
// example area
double area = 25;

// square root the area to find the length
// then apply basic pythagoras
double diagonal = sqrt(pow(sqrt(area), 2) + pow(sqrt(area), 2));

return 0;
}
Answer Link

Otras preguntas

the differences between hurricane watch and hurricane warning?helpp
Vista county is setting aside a large parcel of land to preserve it as open space. the county has hired Meghan's surveying firm to survey the parcel which is in
You are alone and have identified a child who is not responsive. You have performed chest compressions for 2 minutes. What is the next step in CPR? A. Try to
what element is found proteins but not in carbohydrates or fats
Find the formula for the nth term of this sequence:94 89 84 79
which of the following is not considered a machanism for plate motion?a) slab suction b) ridge pushc) ridge pulld) slab pull
common numbers for 15 18 and 12
Which part of the male anatomy can become inflamed if not cleaned properly? A. The testicles B. The glans C. The epididymis D. The prostate
what punctuation mark is often used to insert explanatory text into a quotation
Help help!!! Please help