document.write( "Question 1090472:  In 1994, funding for a program increased by 0.28 billion dollars from the funding in 1993.  In 1995, the increase was 0.86 billion dollars over the funding in 1994.  For those three years the funding was 10.21 billion dollars.  How much was funded in each of these three years?\r
\n" );
document.write( "\n" );
document.write( "In 1993, funding was $_____ billion.
\n" );
document.write( "(Type an integer or a decimal.)\r
\n" );
document.write( "\n" );
document.write( "In 1994, funding was $_____ billion.
\n" );
document.write( "(Type an integer or a decimal.) \n" );
document.write( "
| Algebra.Com's Answer #704971 by Boreal(15235)     You can put this solution on YOUR website! x is funding in 1993 \n" ); document.write( "x+0.28 is funding in 1994 \n" ); document.write( "x+1.14 is funding in 1995 \n" ); document.write( "they all add to 10.21 \n" ); document.write( "3x+1.42=10.21 \n" ); document.write( "3x=8.79 \n" ); document.write( "x=$2.93 billion in 1993 \n" ); document.write( "$3.21 billion in 1994 \n" ); document.write( "$4.07 billion in 1995 \n" ); document.write( "$10.21 billion is sum. Checks. \n" ); document.write( " |