answersLogoWhite

0


Best Answer

31,536,000 seconds

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Find the number of seconds in a solar year?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

What year was 1 trillion seconds ago?

one trillion seconds ago it was last year. There are about 31,???,??? seconds in a year any way and 1,000,000,000,000 (1 trillion) is quite a bit bigger than that. It would be last year.


How many seconds are in 100 years?

There are approximately thirty one million, four hundred forty nine thousand, 600 seconds in a year. That is 31,449,600. There are 60 seconds in a minute, 3600 seconds in an hour, 86,400 seconds in a day, and 604,800 seconds in a week. There are 52 weeks in a year so, 52 multiplied by 604,8000 is 31,449,600. Except in a leap year like this year when the year is one day shorter. So this year there are 31,363,200. I one hundred years there are approximately 3 billion, one hundred thirty six million, three hundred twenty thousand seconds. That is 3,136,320,000 except leap years.


How many seconds are there in two years Different assumption different answer question?

There's several ways to approach the problem, depending on what kind of year you're interested in. If it's a calendar year, then an exact answer is possible: each day is 86,400 seconds and each year is 365 days (except for a leap year, which is 366). This gives a result of 63,072,000 seconds in two years, 63,158,400 if one of them is a leap year: obviously both can't be leap years at the same time. The calendar year is the year to watch if you're interested in actual timekeeping. For example, if you start a timer at midnight between December 31 and January 1 one year, and stop the timer two years later, the above answer is the one you'd end up with (though the timer would probably overflow by then). You could also be interested in two years from an astronomical point of view: how many seconds it takes for the Earth to make two complete revolutions around the Sun. There's slight ambiguity in what we mean by "complete revolution," but one common measure is the sidereal year - a complete revolution from the point of view of a hypotherical observer on a distant star. It is approximately 31,558,149.54 seconds long, making the length of two years slightly over 63,116,299 seconds.


Is the number of students on the y- axis?

That depends on if the variable "number of students" is dependent on something else. For example, if the number of students is dependent on the time of year, then it is charted along the y-axis. If the number of students is independent, and the school's yearly expenses are dependent on the number of students, than the number of students should be tracked by the x-axis.


The number of months in 7 years?

7 years x 12 months per year = 84 months

Related questions

Quantity of solar energy received by earth?

The solar flux is 120,000 terrawatts. Multiply that by the number of seconds in a year to get the total number of joules of energy hitting the Earth each year. It's a big number. A very very big number!


How long is one hour how long is one minute?

One minute is 60 seconds, one hour is 3600 seconds.


How many seconds are in 2.70 solar years?

There are 31,556,925.9747 seconds in a year (General COnference of Weights and Measures, 1960). So 2.70 years = 85,203,700.131 69 seconds.


What is the length of a year in seconds put in scientific notation?

It depends on which definition of a year you want to use, there are at least 2 types of years: -Solar year (calendar) -Sidereal year (astronomical) A solar year is 365 days, 5 hr, 48 min, 46 sec of mean solar time (see solar time), which is the basis fot the Gregorian calendar. This comes to 31,556,926 seconds which is based on the earth relative to the sun and not the stars. This is the answer shown by Google calculator. Add about 1223 seconds to that for a sidereal year, which is closer to what the other replies show (Wikipedia shows several seconds less than the other replies at 31,558,149.54s and I'd go with that number since neither of the other answers here provides a valid source). The Sidereal year is based on the position of the earth relative to the stars other than our sun and is the measurement of a year preferred by astronomers for certain applications. 365 days in a year 24 hours ina day 60 minuits in an hour 60 seconds in a hour (multiply all) _________________ 31536000 seconds in a year 3.1536 * 107


The of number seconds in a year?

3153600 (or 31622400 in a leap year)


What fraction of 2weeks is 1 year in seconds?

To find out what fraction of 2 weeks is equal to 1 year in seconds, we need to convert both time periods to seconds and then calculate the fraction. First, let's convert 2 weeks to seconds: 1 week = 7 days 1 day = 24 hours 1 hour = 3600 seconds So, 2 weeks = 2 * 7 days * 24 hours * 3600 seconds = 1,209,600 seconds Now, let's convert 1 year to seconds: 1 year = 365 days (ignoring leap years for simplicity) 1 day = 24 hours 1 hour = 3600 seconds So, 1 year = 365 * 24 * 3600 seconds = 31,536,000 seconds Now, to find the fraction of 2 weeks that is equal to 1 year in seconds, we divide the number of seconds in 1 year by the number of seconds in 2 weeks: Fraction = (31,536,000 seconds) / (1,209,600 seconds) ≈ 26.0864 So, approximately 26.0864 times of 2 weeks is equal to 1 year in seconds.


How many seconds in a 100 year lifetime?

100*365*24*60*60 = 3153600000 secondsnumber of years*number of days in a year*number of hours in a day*number of minutes in an hour*number of seconds in a minute= the number of seconds in 100 yearsRead more: How_many_seconds_is_in_100_years


How many seconds is in 100 years?

100*365*24*60*60 = 3153600000 seconds number of years*number of days in a year*number of hours in a day*number of minutes in an hour*number of seconds in a minute= the number of seconds in 100 years


How many meters are there in 19.0 light -year?

Having "A light-year is the distance light (speed = 2.998 108 m/s) travels in one year," you will then find how many seconds are in a year (31,556,926 seconds), multiply that number by 19 (given). Once you get how many seconds total in 19 years (599,581,594 seconds in 19 years) you will then multiple that number times the speed (2.998 108 m/s).Final Answer: 1.798 x 10172med


How do you calculate seconds in years?

Do it very slowly!! :) Alternantly you could multiply the number of seconds in a minute by the number of minutes in an hour by the number of hours in a day by the number of hours in a year. Or ask an 8 year old.


Is the number of seconds in a week greater than the minutes in a year?

Number of seconds in a week (60x60x24x7) = 604,800 sec. per week Number of minutes in a year (60x24x365) =525,600 min. per year Therefore the answer should be 'Yes'


Write a c plus plus program that displays the numbers of second in a year?

#include<iostream> int main() { double seconds=60.0; // seconds per minute seconds*=60; // minutes per hour seconds*=24; // hours per day seconds*=365.256363004; // days per year (mean solar days) std::cout<<"On average, there are "<<seconds<<" per year"<<std::endl; }