document.write( "Question 338615: In 1991, funding for a program increased by 1.06 billion dollars from funding in 1990. In 1992, the increase was 0.25 billion dollars over funding in 1991. For those three years the funding was 10.71 billion dollars. How much was funded in each of these years? \n" ); document.write( "
Algebra.Com's Answer #243181 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
All units are billions of dollars.\r
\n" ); document.write( "\n" ); document.write( "let 1990 funding = x
\n" ); document.write( "1991 funding = x + 1.06
\n" ); document.write( "1992 funding = x + 1.06 + 0.25
\n" ); document.write( "total = 3x + 2.37 = 10.71
\n" ); document.write( "3x = 8.34
\n" ); document.write( "x = 2.78\r
\n" ); document.write( "\n" ); document.write( "Answers:
\n" ); document.write( "----------
\n" ); document.write( "1990: 2.78
\n" ); document.write( "1991: 3.84
\n" ); document.write( "1992: 4.09
\n" ); document.write( "
\n" ); document.write( "
\n" );