document.write( "Question 610230: I need to find out how many miles (m) it will be until the price is the same.\r
\n" );
document.write( "\n" );
document.write( "y = $.10m + $24,500
\n" );
document.write( "y = $.12m + $22,000 \n" );
document.write( "
Algebra.Com's Answer #384231 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I need to find out how many miles (m) it will be until the price is the same.\r \n" ); document.write( "\n" ); document.write( "y = $.10m + $24,500 \n" ); document.write( "y = $.12m + $22,000 \n" ); document.write( "------------ \n" ); document.write( "y = $.10m + $24,500 = $.12m + $22,000 \n" ); document.write( "24500 = 0.02m + 22000 \n" ); document.write( "2500 = 0.02m \n" ); document.write( "m = 125000 \n" ); document.write( " \n" ); document.write( " |