document.write( "Question 269097: A car costs initial $4 charge and $4 an hour. same car $3 initial charge and $5 an hour.
\n" );
document.write( "y=4+4x and y=3+5x so for how many hours is total charge the same \n" );
document.write( "
Algebra.Com's Answer #197244 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=4+4x \n" ); document.write( "y=3+5x \n" ); document.write( "4+4x=3+5x \n" ); document.write( "4x-5x=3-4 \n" ); document.write( "-x=-1 \n" ); document.write( "x=1 hour the charges are equal. \n" ); document.write( "Proof: \n" ); document.write( "4+4*1=3+5*1 \n" ); document.write( "4+4=3+5 \n" ); document.write( "8=8 \n" ); document.write( " |