emilygarron emilygarron
  • 23-02-2016
  • Mathematics
contestada

what percent of 392 is 98

Respuesta :

YoloSpzEducation
YoloSpzEducation YoloSpzEducation
  • 23-02-2016
It is 25%. Use the percent equation ( 98/392 = x/100). Cross multiply (98 * 100 = 9800  & 392 * x = 392x) You now divide ( 9800 / 392 = 25). 
Answer Link
JZISHERE JZISHERE
  • 23-02-2016
The answr is 25% because you make a porportion which is 98/392=x/100 98×100=9800 392×x=392x 9800÷392=25 ~JZ Hope it helps you out there
Answer Link

Otras preguntas

What type of values are typically stores in unweighted graphs A. 0 and 1 B. Integers C.boolean D.strings
A pot of water is boiling under one atmosphere of pressure. Assume that heat enters the pot only through its bottom, which is copper and rests on a heating elem
225.286 rounded into ones place value
What can you use to test the limits of a server or network? load testing packet sniffing speed testing log testing
Which expression has a value of 35 when p =7
5. Expla in why 4 is or is not a multiplicative inverse mod 10 of 7.
The angle by which AB turns clockwise about point B to coincide with BC is ? degrees. If from point B, a point E is drawn directly opposite point C so that B, E
Which kind of region is based upon people’s shared language customs and art?
The term given to the body of stories about ancient Greek gods and heroes is A) theology B) sociology. C) mythology. D) anthropology.
var amount = 100; var discount = 0; if(amount>50) discount = 0.1; else if( amount > 75) discount =0.15; else if( amount>100) discount =0.2; e