document.write( "Question 184119:  The temperature has been rising X degrees per day for X days.  X days ago it was 15 degree.  today it is 51 degree.  how much has the temperature been rising each day?  how many days has it been rising ?\r
\n" );
document.write( "\n" );
document.write( "Please I need the answer with steps, thank you \n" );
document.write( "
| Algebra.Com's Answer #138138 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! The temperature has been rising X degrees per day for X days. \n" ); document.write( "That means it rises, x*x or x^2 degrees in x days \n" ); document.write( ": \n" ); document.write( "X days ago it was 15 degree. today it is 51 degree \n" ); document.write( "51 - 15 = x^2 \n" ); document.write( "x^2 = 36 \n" ); document.write( "x = \n" ); document.write( "x = 6 days, or 6 degrees/day \n" ); document.write( ": \n" ); document.write( "how much has the temperature been rising each day? \n" ); document.write( "6 degrees \n" ); document.write( ": \n" ); document.write( "how many days has it been rising ? \n" ); document.write( "6 days \n" ); document.write( " |