document.write( "Question 633577: I am trying to show linear examples in real life. I am still a bit confused, therefore I am having issues with making up an example. Please help this is for my homework. \r
\n" );
document.write( "\n" );
document.write( "I know how linear equations are used :
\n" );
document.write( "Travel
\n" );
document.write( "Temperature Conversion
\n" );
document.write( "Exchange Rates
\n" );
document.write( "Cell Phones\r
\n" );
document.write( "\n" );
document.write( "I just don't understand how to put it into an example. \n" );
document.write( "
Algebra.Com's Answer #399027 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Travel: \n" ); document.write( "You start for home which is 1000 miles away, your av speed is 60 mph \n" ); document.write( "Let t = driving time \n" ); document.write( "Let d = distance from home \n" ); document.write( "d = -60t + 1000 \n" ); document.write( "Example: after 10 hrs (t=10) driving you would be 400 mi (d) from home \n" ); document.write( ": \n" ); document.write( "Temperature Conversion: convert Fahrenheit to Celsius \n" ); document.write( "C = \n" ); document.write( "When it's 86 degrees f, what is it Celsius \n" ); document.write( "C = \n" ); document.write( "C = \n" ); document.write( "C = 30 degrees C \n" ); document.write( ": \n" ); document.write( "Exchange Rates \n" ); document.write( "Convert dollars (d) to baht, the Thai currency. $1 = 20 baht (b) \n" ); document.write( "b = 20d \n" ); document.write( ": \n" ); document.write( "Cell Phones \n" ); document.write( "Cost vs minutes, Monthly fee = $10 \n" ); document.write( "First 100 min are free, .25 for each minute thereafter \n" ); document.write( "C = .25(m-100) + 10 \n" ); document.write( " |